{"version":"current","generatedAt":"2026-08-09T13:18:25.179Z","endpointOrigin":"https://hasura-graphql-engine-v2-960327267159.us-east4.run.app","graphqlPath":"/v1/graphql","access":{"anonymousTableQueriesAvailable":false,"documentedRole":"admin","secretIncluded":false},"counts":{"includedObjects":61,"physicalColumns":1388,"outputFields":1638,"relationships":167,"totalQueryRoots":182,"totalMutationRoots":346,"totalSubscriptionRoots":249,"databaseOnlyObjects":9},"databaseOnlyObjects":[{"schema":"identity","name":"entity_redirect","type":"table","columns":[{"name":"entity_type","type":"text","checks":[{"name":"entity_redirect_entity_type_check","definition":"CHECK (entity_type = ANY (ARRAY['player'::text, 'program'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"retired_entity_id","type":"uuid","checks":[{"name":"entity_redirect_check","definition":"CHECK (retired_entity_id <> survivor_entity_id)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"survivor_entity_id","type":"uuid","checks":[{"name":"entity_redirect_check","definition":"CHECK (retired_entity_id <> survivor_entity_id)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"merge_decision_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"merge_decision","column":"id","schema":"identity","constraint":"entity_redirect_merge_decision_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"description":null},{"schema":"identity","name":"external_identifier","type":"table","columns":[{"name":"id","type":"uuid","checks":[{"name":"external_identifier_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"entity_type","type":"text","checks":[{"name":"external_identifier_entity_type_check","definition":"CHECK (entity_type = ANY (ARRAY['player'::text, 'program'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"identifier_namespace_policy","column":"entity_type","schema":"identity","constraint":"external_identifier_entity_type_provider_namespace_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"entity_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"provider","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"identifier_namespace_policy","column":"provider","schema":"identity","constraint":"external_identifier_entity_type_provider_namespace_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"namespace","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":{"table":"identifier_namespace_policy","column":"namespace","schema":"identity","constraint":"external_identifier_entity_type_provider_namespace_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"external_id","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"reliability_tier","type":"text","checks":[{"name":"external_identifier_reliability_tier_check","definition":"CHECK (reliability_tier = ANY (ARRAY['unqualified'::text, 'corroborating'::text, 'qualified'::text, 'authoritative'::text]))"}],"unique":false,"comment":null,"default":"'unqualified'::text","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_system","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_record_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"valid_from","type":"date","checks":[{"name":"external_identifier_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"valid_to","type":"date","checks":[{"name":"external_identifier_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"description":null},{"schema":"identity","name":"identifier_namespace_policy","type":"table","columns":[{"name":"entity_type","type":"text","checks":[{"name":"identifier_namespace_policy_entity_type_check","definition":"CHECK (entity_type = ANY (ARRAY['player'::text, 'program'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"external_identifier","column":"entity_type","schema":"identity","constraint":"external_identifier_entity_type_provider_namespace_fkey"}]},{"name":"provider","type":"text","checks":[{"name":"identifier_namespace_policy_check","definition":"CHECK (provider = lower(btrim(provider)) AND namespace = lower(btrim(namespace)))"},{"name":"identifier_namespace_policy_reuse_policy_check","definition":"CHECK (reuse_policy = ANY (ARRAY['never'::text, 'time_bounded'::text, 'provider_documented'::text, 'unknown'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"external_identifier","column":"provider","schema":"identity","constraint":"external_identifier_entity_type_provider_namespace_fkey"}]},{"name":"namespace","type":"text","checks":[{"name":"identifier_namespace_policy_check","definition":"CHECK (provider = lower(btrim(provider)) AND namespace = lower(btrim(namespace)))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"external_identifier","column":"namespace","schema":"identity","constraint":"external_identifier_entity_type_provider_namespace_fkey"}]},{"name":"reliability_tier","type":"text","checks":[{"name":"identifier_namespace_policy_reliability_tier_check","definition":"CHECK (reliability_tier = ANY (ARRAY['unqualified'::text, 'corroborating'::text, 'qualified'::text, 'authoritative'::text]))"}],"unique":false,"comment":null,"default":"'unqualified'::text","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"uniqueness_status","type":"text","checks":[{"name":"identifier_namespace_policy_uniqueness_status_check","definition":"CHECK (uniqueness_status = ANY (ARRAY['pending'::text, 'passed'::text, 'failed'::text, 'suspended'::text]))"}],"unique":false,"comment":null,"default":"'pending'::text","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"reuse_policy","type":"text","checks":[{"name":"identifier_namespace_policy_reuse_policy_check","definition":"CHECK (reuse_policy = ANY (ARRAY['never'::text, 'time_bounded'::text, 'provider_documented'::text, 'unknown'::text]))"}],"unique":false,"comment":null,"default":"'unknown'::text","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"cardinality_policy","type":"text","checks":[{"name":"identifier_namespace_policy_cardinality_policy_check","definition":"CHECK (cardinality_policy = ANY (ARRAY['one_per_entity'::text, 'many_per_entity'::text]))"}],"unique":false,"comment":null,"default":"'many_per_entity'::text","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"ruleset_version","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"approved_by","type":"text","checks":[{"name":"identifier_namespace_policy_check1","definition":"CHECK ((approved_at IS NULL) = (approved_by IS NULL))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"approved_at","type":"timestamp with time zone","checks":[{"name":"identifier_namespace_policy_check1","definition":"CHECK ((approved_at IS NULL) = (approved_by IS NULL))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"notes","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"description":null},{"schema":"identity","name":"match_evidence","type":"table","columns":[{"name":"id","type":"uuid","checks":[{"name":"match_evidence_check","definition":"CHECK (left_entity_id < right_entity_id)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"entity_type","type":"text","checks":[{"name":"match_evidence_entity_type_check","definition":"CHECK (entity_type = ANY (ARRAY['player'::text, 'program'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"left_entity_id","type":"uuid","checks":[{"name":"match_evidence_check","definition":"CHECK (left_entity_id < right_entity_id)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"right_entity_id","type":"uuid","checks":[{"name":"match_evidence_check","definition":"CHECK (left_entity_id < right_entity_id)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"evidence_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"evidence_value","type":"jsonb","checks":[],"unique":false,"comment":null,"default":"'{}'::jsonb","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"evidence_key","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"ruleset_version","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_record_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"weight","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_hard_conflict","type":"boolean","checks":[],"unique":false,"comment":null,"default":"false","nullable":false,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"description":null},{"schema":"identity","name":"merge_candidate","type":"table","columns":[{"name":"id","type":"uuid","checks":[{"name":"merge_candidate_check","definition":"CHECK (left_entity_id < right_entity_id)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"merge_decision","column":"candidate_id","schema":"identity","constraint":"merge_decision_candidate_id_fkey"}]},{"name":"entity_type","type":"text","checks":[{"name":"merge_candidate_entity_type_check","definition":"CHECK (entity_type = ANY (ARRAY['player'::text, 'program'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"left_entity_id","type":"uuid","checks":[{"name":"merge_candidate_check","definition":"CHECK (left_entity_id < right_entity_id)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"right_entity_id","type":"uuid","checks":[{"name":"merge_candidate_check","definition":"CHECK (left_entity_id < right_entity_id)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"score","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"status","type":"text","checks":[{"name":"merge_candidate_status_check","definition":"CHECK (status = ANY (ARRAY['review_required'::text, 'approved'::text, 'rejected'::text, 'blocked'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"ruleset_version","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"description":null},{"schema":"identity","name":"merge_decision","type":"table","columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"entity_redirect","column":"merge_decision_id","schema":"identity","constraint":"entity_redirect_merge_decision_id_fkey"}]},{"name":"candidate_id","type":"uuid","checks":[],"unique":true,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"merge_candidate","column":"id","schema":"identity","constraint":"merge_decision_candidate_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"decision","type":"text","checks":[{"name":"merge_decision_decision_check","definition":"CHECK (decision = ANY (ARRAY['merge'::text, 'keep_separate'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"survivor_entity_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"decided_by","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"decided_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rationale","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"description":null},{"schema":"app_private","name":"saved_list","type":"table","columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"saved_list_player","column":"saved_list_id","schema":"app_private","constraint":"saved_list_player_saved_list_id_fkey"}]},{"name":"user_id","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"user_account","column":"id","schema":"app_private","constraint":"saved_list_user_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"description":null},{"schema":"app_private","name":"saved_list_player","type":"table","columns":[{"name":"saved_list_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":1,"foreignKey":{"table":"saved_list","column":"id","schema":"app_private","constraint":"saved_list_player_saved_list_id_fkey"},"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"saved_list_player_player_id_fkey"},"primaryKey":true,"referencedBy":[]}],"description":null},{"schema":"app_private","name":"user_account","type":"table","columns":[{"name":"id","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"saved_list","column":"user_id","schema":"app_private","constraint":"saved_list_user_id_fkey"}]},{"name":"email","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"company","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"role_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"description":null}],"functions":[{"schema":"public","name":"calculate_player_competition_event_stats","configuration":{"custom_root_fields":{},"exposed_as":"mutation"},"queryOperation":null,"mutationOperation":{"name":"calculate_player_competition_event_stats","description":"execute VOLATILE function \"calculate_player_competition_event_stats\" which returns \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"args","description":"input parameters for function \"calculate_player_competition_event_stats\"","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"calculate_player_competition_event_stats_args","ofType":null}}},{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}}}}},{"schema":"public","name":"calculate_player_competition_season_stats","configuration":{"custom_root_fields":{},"exposed_as":"mutation"},"queryOperation":null,"mutationOperation":{"name":"calculate_player_competition_season_stats","description":"execute VOLATILE function \"calculate_player_competition_season_stats\" which returns \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"args","description":"input parameters for function \"calculate_player_competition_season_stats\"","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"calculate_player_competition_season_stats_args","ofType":null}}},{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season","ofType":null}}}}}},{"schema":"public","name":"calculate_team_competition_event_stats","configuration":{"custom_root_fields":{},"exposed_as":"mutation"},"queryOperation":null,"mutationOperation":{"name":"calculate_team_competition_event_stats","description":"execute VOLATILE function \"calculate_team_competition_event_stats\" which returns \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"args","description":"input parameters for function \"calculate_team_competition_event_stats\"","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"calculate_team_competition_event_stats_args","ofType":null}}},{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event","ofType":null}}}}}},{"schema":"public","name":"calculate_team_competition_season_stats","configuration":{"custom_root_fields":{},"exposed_as":"mutation"},"queryOperation":null,"mutationOperation":{"name":"calculate_team_competition_season_stats","description":"execute VOLATILE function \"calculate_team_competition_season_stats\" which returns \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"args","description":"input parameters for function \"calculate_team_competition_season_stats\"","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"calculate_team_competition_season_stats_args","ofType":null}}},{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season","ofType":null}}}}}},{"schema":"public","name":"calculate_team_game_stats","configuration":{"custom_root_fields":{},"exposed_as":"mutation"},"queryOperation":null,"mutationOperation":{"name":"calculate_team_game_stats","description":"execute VOLATILE function \"calculate_team_game_stats\" which returns \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"args","description":"input parameters for function \"calculate_team_game_stats\"","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"calculate_team_game_stats_args","ofType":null}}},{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game","ofType":null}}}}}}],"objects":[{"schema":"public","name":"competition","databaseType":"table","estimatedRows":1340,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition_season","column":"competition_id","schema":"public","constraint":"competition_season_competition_id_fkey"},{"table":"draft_event","column":"competition_id","schema":"public","constraint":"draft_event_competition_id_fkey"}]},{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"organization","column":"id","schema":"public","constraint":"competition_organization_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"slug","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gender_code","type":"character(1)","checks":[{"name":"competition_gender_code_check","definition":"CHECK (gender_code = ANY (ARRAY['M'::bpchar, 'F'::bpchar]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":{"table":"competition_level","column":"id","schema":"public","constraint":"competition_competition_level_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":{"table":"competition_geography","column":"id","schema":"public","constraint":"competition_competition_geography_id_fkey"},"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"competition_gender_code_check","type":"check","definition":"CHECK (gender_code = ANY (ARRAY['M'::bpchar, 'F'::bpchar]))"},{"name":"competition_competition_geography_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_geography_id) REFERENCES competition_geography(id)"},{"name":"competition_competition_level_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_level_id) REFERENCES competition_level(id)"},{"name":"competition_organization_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (organization_id) REFERENCES organization(id)"},{"name":"competition_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"competition_organization_id_slug_key","type":"unique","definition":"UNIQUE (organization_id, slug)"}],"indexes":[{"name":"competition_geography_idx","definition":"CREATE INDEX competition_geography_idx ON public.competition USING btree (competition_geography_id)"},{"name":"competition_level_idx","definition":"CREATE INDEX competition_level_idx ON public.competition USING btree (competition_level_id)"},{"name":"competition_organization_id_slug_key","definition":"CREATE UNIQUE INDEX competition_organization_id_slug_key ON public.competition USING btree (organization_id, slug)"},{"name":"competition_pkey","definition":"CREATE UNIQUE INDEX competition_pkey ON public.competition USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"competition_geography","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_geography","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_geography","using":{"foreign_key_constraint_on":"competition_geography_id"}}},{"name":"competition_geography_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":{"table":"competition_geography","column":"id","schema":"public","constraint":"competition_competition_geography_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_level","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_level","using":{"foreign_key_constraint_on":"competition_level_id"}}},{"name":"competition_level_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_level_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":{"table":"competition_level","column":"id","schema":"public","constraint":"competition_competition_level_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_seasons","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"competition_seasons","using":{"foreign_key_constraint_on":{"column":"competition_id","table":{"name":"competition_season","schema":"public"}}}}},{"name":"competition_seasons_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"draft_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"draft_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"draft_events","using":{"foreign_key_constraint_on":{"column":"competition_id","table":{"name":"draft_event","schema":"public"}}}}},{"name":"draft_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"draft_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"bpchar","ofType":null}},"arguments":[],"source":"column","column":{"name":"gender_code","type":"character(1)","checks":[{"name":"competition_gender_code_check","definition":"CHECK (gender_code = ANY (ARRAY['M'::bpchar, 'F'::bpchar]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition_season","column":"competition_id","schema":"public","constraint":"competition_season_competition_id_fkey"},{"table":"draft_event","column":"competition_id","schema":"public","constraint":"draft_event_competition_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"organization","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"organization","using":{"foreign_key_constraint_on":"organization_id"}}},{"name":"organization_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"organization","column":"id","schema":"public","constraint":"competition_organization_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"slug","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"slug","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_geography","using":{"foreign_key_constraint_on":"competition_geography_id"}},{"name":"competition_level","using":{"foreign_key_constraint_on":"competition_level_id"}},{"name":"organization","using":{"foreign_key_constraint_on":"organization_id"}}],"array":[{"name":"competition_seasons","using":{"foreign_key_constraint_on":{"column":"competition_id","table":{"name":"competition_season","schema":"public"}}}},{"name":"draft_events","using":{"foreign_key_constraint_on":{"column":"competition_id","table":{"name":"draft_event","schema":"public"}}}}]},"operations":{"query":[{"name":"competition","description":"fetch data from the table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition","ofType":null}}}}},{"name":"competition_aggregate","description":"fetch aggregated fields from the table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_aggregate","ofType":null}}},{"name":"competition_by_pk","description":"fetch data from the table: \"competition\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition","ofType":null}}],"mutation":[{"name":"delete_competition","description":"delete data from the table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_mutation_response","ofType":null}},{"name":"delete_competition_by_pk","description":"delete single row from the table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition","ofType":null}},{"name":"insert_competition","description":"insert data into the table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_mutation_response","ofType":null}},{"name":"insert_competition_one","description":"insert a single row into the table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition","ofType":null}},{"name":"update_competition","description":"update data of the table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_mutation_response","ofType":null}},{"name":"update_competition_by_pk","description":"update single row of the table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition","ofType":null}},{"name":"update_competition_many","description":"update multiples rows of table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"competition_mutation_response","ofType":null}}}],"subscription":[{"name":"competition","description":"fetch data from the table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition","ofType":null}}}}},{"name":"competition_aggregate","description":"fetch aggregated fields from the table: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_aggregate","ofType":null}}},{"name":"competition_by_pk","description":"fetch data from the table: \"competition\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition","ofType":null}},{"name":"competition_stream","description":"fetch data from the table in a streaming manner: \"competition\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition","ofType":null}}}}}]},"inputTypes":[{"name":"competition_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"competition_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column_competition_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column_competition_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"competition\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_min_order_by","ofType":null}}],"enumValues":[]},{"name":"competition_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"competition\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}}},{"name":"competition_geography","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}},{"name":"competition_geography_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}},{"name":"competition_level_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_aggregate_bool_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"draft_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}},{"name":"draft_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_aggregate_bool_exp","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"organization","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition\"","fields":[],"enumValues":[{"name":"competition_organization_id_slug_key","description":"unique or primary key constraint on columns \"organization_id\", \"slug\"","deprecated":false,"deprecationReason":null},{"name":"competition_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"competition_event_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column_competition_event_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_event_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column_competition_event_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_event_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_event_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"competition_event\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_min_order_by","ofType":null}}],"enumValues":[]},{"name":"competition_event_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"competition_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_event_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition_event\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_stages","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"competition_stages_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_aggregate_bool_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_bool_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp","ofType":null}},{"name":"team_groups","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"team_groups_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_aggregate_bool_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"venue","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_event_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition_event\"","fields":[],"enumValues":[{"name":"competition_event_competition_season_id_name_key","description":"unique or primary key constraint on columns \"name\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"competition_event_id_competition_season_id_key","description":"unique or primary key constraint on columns \"id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"competition_event_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition_event\"","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_stages","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_arr_rel_insert_input","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_arr_rel_insert_input","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_arr_rel_insert_input","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_arr_rel_insert_input","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_arr_rel_insert_input","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_arr_rel_insert_input","ofType":null}},{"name":"team_groups","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_arr_rel_insert_input","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"venue","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_obj_rel_insert_input","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"competition_event_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"competition_event\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_event_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"competition_event\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_event_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_event_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition_event\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_event_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition_event\".","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_stages_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_aggregate_order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_order_by","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_order_by","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_order_by","ofType":null}},{"name":"team_groups_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_aggregate_order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_event_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition_event","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_event_select_column","kind":"ENUM","description":"select columns of table \"competition_event\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_select_column_competition_event_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"competition_event_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"competition_event\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_select_column_competition_event_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"competition_event_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"competition_event\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition_event\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"competition_event_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition_event\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_event_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"competition_event_update_column","kind":"ENUM","description":"update columns of table \"competition_event\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_geography_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition_geography\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}}},{"name":"code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competitions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"competitions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_bool_exp","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_geography_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition_geography\"","fields":[],"enumValues":[{"name":"competition_geography_code_key","description":"unique or primary key constraint on columns \"code\"","deprecated":false,"deprecationReason":null},{"name":"competition_geography_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_geography_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition_geography\"","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competitions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_arr_rel_insert_input","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_geography_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition_geography\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_geography_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition_geography\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_geography_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_geography_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_geography_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition_geography\".","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competitions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_order_by","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_geography_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition_geography","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_geography_select_column","kind":"ENUM","description":"select columns of table \"competition_geography\"","fields":[],"enumValues":[{"name":"code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_geography_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition_geography\"","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_geography_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition_geography\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_geography_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_geography_update_column","kind":"ENUM","description":"update columns of table \"competition_geography\"","fields":[],"enumValues":[{"name":"code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_geography_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition\"","fields":[{"name":"competition_geography","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_obj_rel_insert_input","ofType":null}},{"name":"competition_geography_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_obj_rel_insert_input","ofType":null}},{"name":"competition_level_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_arr_rel_insert_input","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"draft_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_arr_rel_insert_input","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"organization","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_obj_rel_insert_input","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_level_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition_level\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}}},{"name":"code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competitions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"competitions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_bool_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_level_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition_level\"","fields":[],"enumValues":[{"name":"competition_level_code_key","description":"unique or primary key constraint on columns \"code\"","deprecated":false,"deprecationReason":null},{"name":"competition_level_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_level_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition_level\"","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competitions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_arr_rel_insert_input","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_level_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition_level\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_level_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition_level\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_level_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_level_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_level_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition_level\".","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competitions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_level_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition_level","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_level_select_column","kind":"ENUM","description":"select columns of table \"competition_level\"","fields":[],"enumValues":[{"name":"code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_level_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition_level\"","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_level_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition_level\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_level_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_level_update_column","kind":"ENUM","description":"update columns of table \"competition_level\"","fields":[],"enumValues":[{"name":"code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_level_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"competition\"","fields":[{"name":"competition_geography_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"competition\"","fields":[{"name":"competition_geography_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition\".","fields":[{"name":"competition_geography","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_order_by","ofType":null}},{"name":"competition_geography_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_order_by","ofType":null}},{"name":"competition_level_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_aggregate_order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_aggregate_order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_season_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"competition_season_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column_competition_season_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_season_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column_competition_season_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_season_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_season_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"competition_season\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_min_order_by","ofType":null}}],"enumValues":[]},{"name":"competition_season_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"competition_season\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_season_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition_season\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}}},{"name":"competition","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_bool_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}},{"name":"games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_aggregate_bool_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp","ofType":null}},{"name":"player_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"player_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp","ofType":null}},{"name":"player_contract_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"player_contract_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp","ofType":null}},{"name":"player_eligibility_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}},{"name":"player_eligibility_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_aggregate_bool_exp","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp","ofType":null}},{"name":"season_divisions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_divisions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_aggregate_bool_exp","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp","ofType":null}},{"name":"team_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}},{"name":"team_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_bool_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_season_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition_season\"","fields":[],"enumValues":[{"name":"competition_season_competition_id_name_key","description":"unique or primary key constraint on columns \"competition_id\", \"name\"","deprecated":false,"deprecationReason":null},{"name":"competition_season_id_competition_id_key","description":"unique or primary key constraint on columns \"id\", \"competition_id\"","deprecated":false,"deprecationReason":null},{"name":"competition_season_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_season_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition_season\"","fields":[{"name":"competition","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_obj_rel_insert_input","ofType":null}},{"name":"competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_arr_rel_insert_input","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_arr_rel_insert_input","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_arr_rel_insert_input","ofType":null}},{"name":"player_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_arr_rel_insert_input","ofType":null}},{"name":"player_contract_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_arr_rel_insert_input","ofType":null}},{"name":"player_eligibility_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_arr_rel_insert_input","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_arr_rel_insert_input","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_arr_rel_insert_input","ofType":null}},{"name":"season_divisions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_arr_rel_insert_input","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_arr_rel_insert_input","ofType":null}},{"name":"team_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_arr_rel_insert_input","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_season_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"competition_season\"","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_season_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"competition_season\"","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_season_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition_season\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_season_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition_season\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_season_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition_season\".","fields":[{"name":"competition","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}},{"name":"competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_aggregate_order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_order_by","ofType":null}},{"name":"player_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_order_by","ofType":null}},{"name":"player_contract_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_order_by","ofType":null}},{"name":"player_eligibility_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_aggregate_order_by","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_order_by","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_order_by","ofType":null}},{"name":"season_divisions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_aggregate_order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_order_by","ofType":null}},{"name":"team_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_season_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition_season","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_season_select_column","kind":"ENUM","description":"select columns of table \"competition_season\"","fields":[],"enumValues":[{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_season_select_column_competition_season_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"competition_season_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"competition_season\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_season_select_column_competition_season_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"competition_season_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"competition_season\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_season_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition_season\"","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_season_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition_season\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_season_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_season_update_column","kind":"ENUM","description":"update columns of table \"competition_season\"","fields":[],"enumValues":[{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_season_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_select_column","kind":"ENUM","description":"select columns of table \"competition\"","fields":[],"enumValues":[{"name":"competition_geography_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"slug","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_select_column_competition_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"competition_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"competition\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_select_column_competition_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"competition_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"competition\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition\"","fields":[{"name":"competition_geography_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_stage_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"competition_stage_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column_competition_stage_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_stage_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column_competition_stage_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_stage_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_stage_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"competition_stage\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"competition_stage\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_stage_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition_stage\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_bool_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_stage_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition_stage\"","fields":[],"enumValues":[{"name":"competition_stage_competition_event_id_name_key","description":"unique or primary key constraint on columns \"competition_event_id\", \"name\"","deprecated":false,"deprecationReason":null},{"name":"competition_stage_id_competition_event_id_competition_seaso_key","description":"unique or primary key constraint on columns \"id\", \"competition_event_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"competition_stage_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_stage_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"competition_stage_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition_stage\"","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_arr_rel_insert_input","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_stage_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"competition_stage\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"competition_stage\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition_stage\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_stage_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition_stage\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_stage_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition_stage\".","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition_stage","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_stage_select_column","kind":"ENUM","description":"select columns of table \"competition_stage\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"stage_order","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_stage_select_column_competition_stage_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"competition_stage_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"competition_stage\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_stage_select_column_competition_stage_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"competition_stage_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"competition_stage\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_stage_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition_stage\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_stage_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition_stage\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_stage_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_stage_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_update_column","kind":"ENUM","description":"update columns of table \"competition_stage\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"stage_order","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_stage_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_stage_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_geography_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_update_column","kind":"ENUM","description":"update columns of table \"competition\"","fields":[],"enumValues":[{"name":"competition_geography_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"slug","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"competition_event","databaseType":"table","estimatedRows":5726,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition_stage","column":"competition_event_id","schema":"public","constraint":"competition_stage_competition_event_id_competition_season__fkey"},{"table":"game_event","column":"competition_event_id","schema":"public","constraint":"game_event_competition_event_id_competition_season_id_fkey"},{"table":"player_competition_event","column":"competition_event_id","schema":"public","constraint":"player_competition_event_competition_event_id_competition__fkey"},{"table":"player_position_observation","column":"competition_event_id","schema":"public","constraint":"player_position_observation_competition_event_id_fkey"},{"table":"program_entry","column":"competition_event_id","schema":"public","constraint":"program_entry_competition_event_id_competition_season_id_fkey"},{"table":"team_competition_event","column":"competition_event_id","schema":"public","constraint":"team_competition_event_competition_event_id_competition_se_fkey"},{"table":"team_group","column":"competition_event_id","schema":"public","constraint":"team_group_competition_event_id_competition_season_id_fkey"}]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"competition_event_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"competition_stage","column":"competition_season_id","schema":"public","constraint":"competition_stage_competition_event_id_competition_season__fkey"},{"table":"game_event","column":"competition_season_id","schema":"public","constraint":"game_event_competition_event_id_competition_season_id_fkey"},{"table":"player_competition_event","column":"competition_season_id","schema":"public","constraint":"player_competition_event_competition_event_id_competition__fkey"},{"table":"program_entry","column":"competition_season_id","schema":"public","constraint":"program_entry_competition_event_id_competition_season_id_fkey"},{"table":"team_competition_event","column":"competition_season_id","schema":"public","constraint":"team_competition_event_competition_event_id_competition_se_fkey"},{"table":"team_group","column":"competition_season_id","schema":"public","constraint":"team_group_competition_event_id_competition_season_id_fkey"}]},{"name":"name","type":"text","checks":[{"name":"competition_event_event_type_check","definition":"CHECK (event_type IS NULL OR (event_type = ANY (ARRAY['regular_season'::text, 'preseason'::text, 'session'::text, 'tournament'::text, 'playoffs'::text, 'championship'::text, 'qualifier'::text, 'play_in'::text, 'nonconference'::text])))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_type","type":"text","checks":[{"name":"competition_event_event_type_check","definition":"CHECK (event_type IS NULL OR (event_type = ANY (ARRAY['regular_season'::text, 'preseason'::text, 'session'::text, 'tournament'::text, 'playoffs'::text, 'championship'::text, 'qualifier'::text, 'play_in'::text, 'nonconference'::text])))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"start_date","type":"date","checks":[{"name":"competition_event_check","definition":"CHECK (end_date IS NULL OR start_date IS NULL OR end_date >= start_date)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"end_date","type":"date","checks":[{"name":"competition_event_check","definition":"CHECK (end_date IS NULL OR start_date IS NULL OR end_date >= start_date)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":{"table":"venue","column":"id","schema":"public","constraint":"competition_event_venue_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"competition_event_check","type":"check","definition":"CHECK (end_date IS NULL OR start_date IS NULL OR end_date >= start_date)"},{"name":"competition_event_event_type_check","type":"check","definition":"CHECK (event_type IS NULL OR (event_type = ANY (ARRAY['regular_season'::text, 'preseason'::text, 'session'::text, 'tournament'::text, 'playoffs'::text, 'championship'::text, 'qualifier'::text, 'play_in'::text, 'nonconference'::text])))"},{"name":"competition_event_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id) DEFERRABLE"},{"name":"competition_event_venue_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (venue_id) REFERENCES venue(id)"},{"name":"competition_event_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"competition_event_competition_season_id_name_key","type":"unique","definition":"UNIQUE (competition_season_id, name)"},{"name":"competition_event_id_competition_season_id_key","type":"unique","definition":"UNIQUE (id, competition_season_id)"}],"indexes":[{"name":"competition_event_competition_season_id_name_key","definition":"CREATE UNIQUE INDEX competition_event_competition_season_id_name_key ON public.competition_event USING btree (competition_season_id, name)"},{"name":"competition_event_id_competition_season_id_key","definition":"CREATE UNIQUE INDEX competition_event_id_competition_season_id_key ON public.competition_event USING btree (id, competition_season_id)"},{"name":"competition_event_name_trgm_idx","definition":"CREATE INDEX competition_event_name_trgm_idx ON public.competition_event USING gin (lower(name) gin_trgm_ops)"},{"name":"competition_event_pkey","definition":"CREATE UNIQUE INDEX competition_event_pkey ON public.competition_event USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"competition_event_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"competition_stage","column":"competition_season_id","schema":"public","constraint":"competition_stage_competition_event_id_competition_season__fkey"},{"table":"game_event","column":"competition_season_id","schema":"public","constraint":"game_event_competition_event_id_competition_season_id_fkey"},{"table":"player_competition_event","column":"competition_season_id","schema":"public","constraint":"player_competition_event_competition_event_id_competition__fkey"},{"table":"program_entry","column":"competition_season_id","schema":"public","constraint":"program_entry_competition_event_id_competition_season_id_fkey"},{"table":"team_competition_event","column":"competition_season_id","schema":"public","constraint":"team_competition_event_competition_event_id_competition_se_fkey"},{"table":"team_group","column":"competition_season_id","schema":"public","constraint":"team_group_competition_event_id_competition_season_id_fkey"}]},"relationship":null},{"name":"competition_stages","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_stage","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"competition_stages","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"competition_stage","schema":"public"}}}}},{"name":"competition_stages_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_stage_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"end_date","type":"date","checks":[{"name":"competition_event_check","definition":"CHECK (end_date IS NULL OR start_date IS NULL OR end_date >= start_date)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"event_type","type":"text","checks":[{"name":"competition_event_event_type_check","definition":"CHECK (event_type IS NULL OR (event_type = ANY (ARRAY['regular_season'::text, 'preseason'::text, 'session'::text, 'tournament'::text, 'playoffs'::text, 'championship'::text, 'qualifier'::text, 'play_in'::text, 'nonconference'::text])))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"game_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"game_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"game_event","schema":"public"}}}}},{"name":"game_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition_stage","column":"competition_event_id","schema":"public","constraint":"competition_stage_competition_event_id_competition_season__fkey"},{"table":"game_event","column":"competition_event_id","schema":"public","constraint":"game_event_competition_event_id_competition_season_id_fkey"},{"table":"player_competition_event","column":"competition_event_id","schema":"public","constraint":"player_competition_event_competition_event_id_competition__fkey"},{"table":"player_position_observation","column":"competition_event_id","schema":"public","constraint":"player_position_observation_competition_event_id_fkey"},{"table":"program_entry","column":"competition_event_id","schema":"public","constraint":"program_entry_competition_event_id_competition_season_id_fkey"},{"table":"team_competition_event","column":"competition_event_id","schema":"public","constraint":"team_competition_event_competition_event_id_competition_se_fkey"},{"table":"team_group","column":"competition_event_id","schema":"public","constraint":"team_group_competition_event_id_competition_season_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name","type":"text","checks":[{"name":"competition_event_event_type_check","definition":"CHECK (event_type IS NULL OR (event_type = ANY (ARRAY['regular_season'::text, 'preseason'::text, 'session'::text, 'tournament'::text, 'playoffs'::text, 'championship'::text, 'qualifier'::text, 'play_in'::text, 'nonconference'::text])))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"player_competition_event","schema":"public"}}}}},{"name":"player_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_position_observations","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_position_observations","using":{"foreign_key_constraint_on":{"column":"competition_event_id","table":{"name":"player_position_observation","schema":"public"}}}}},{"name":"player_position_observations_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"program_entries","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"program_entries","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"program_entry","schema":"public"}}}}},{"name":"program_entries_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"start_date","type":"date","checks":[{"name":"competition_event_check","definition":"CHECK (end_date IS NULL OR start_date IS NULL OR end_date >= start_date)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"team_competition_event","schema":"public"}}}}},{"name":"team_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"team_groups","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_groups","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"team_group","schema":"public"}}}}},{"name":"team_groups_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"venue","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"venue","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"venue","using":{"foreign_key_constraint_on":"venue_id"}}},{"name":"venue_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":{"table":"venue","column":"id","schema":"public","constraint":"competition_event_venue_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}},{"name":"venue","using":{"foreign_key_constraint_on":"venue_id"}}],"array":[{"name":"competition_stages","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"competition_stage","schema":"public"}}}},{"name":"game_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"game_event","schema":"public"}}}},{"name":"player_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"player_competition_event","schema":"public"}}}},{"name":"player_position_observations","using":{"foreign_key_constraint_on":{"column":"competition_event_id","table":{"name":"player_position_observation","schema":"public"}}}},{"name":"program_entries","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"program_entry","schema":"public"}}}},{"name":"team_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"team_competition_event","schema":"public"}}}},{"name":"team_groups","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"competition_event_id"},"insertion_order":null,"remote_table":{"name":"team_group","schema":"public"}}}}]},"operations":{"query":[{"name":"competition_event","description":"fetch data from the table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_event","ofType":null}}}}},{"name":"competition_event_aggregate","description":"fetch aggregated fields from the table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_event_aggregate","ofType":null}}},{"name":"competition_event_by_pk","description":"fetch data from the table: \"competition_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_event","ofType":null}}],"mutation":[{"name":"delete_competition_event","description":"delete data from the table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_event_mutation_response","ofType":null}},{"name":"delete_competition_event_by_pk","description":"delete single row from the table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_event","ofType":null}},{"name":"insert_competition_event","description":"insert data into the table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_event_mutation_response","ofType":null}},{"name":"insert_competition_event_one","description":"insert a single row into the table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_event","ofType":null}},{"name":"update_competition_event","description":"update data of the table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_event_mutation_response","ofType":null}},{"name":"update_competition_event_by_pk","description":"update single row of the table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_event","ofType":null}},{"name":"update_competition_event_many","description":"update multiples rows of table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"competition_event_mutation_response","ofType":null}}}],"subscription":[{"name":"competition_event","description":"fetch data from the table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_event","ofType":null}}}}},{"name":"competition_event_aggregate","description":"fetch aggregated fields from the table: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_event_aggregate","ofType":null}}},{"name":"competition_event_by_pk","description":"fetch data from the table: \"competition_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_event","ofType":null}},{"name":"competition_event_stream","description":"fetch data from the table in a streaming manner: \"competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_event","ofType":null}}}}}]},"inputTypes":[{"name":"competition_event_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"competition_event_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column_competition_event_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_event_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column_competition_event_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_event_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_event_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"competition_event\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_min_order_by","ofType":null}}],"enumValues":[]},{"name":"competition_event_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"competition_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_event_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition_event\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_stages","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"competition_stages_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_aggregate_bool_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_bool_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp","ofType":null}},{"name":"team_groups","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"team_groups_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_aggregate_bool_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"venue","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_event_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition_event\"","fields":[],"enumValues":[{"name":"competition_event_competition_season_id_name_key","description":"unique or primary key constraint on columns \"name\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"competition_event_id_competition_season_id_key","description":"unique or primary key constraint on columns \"id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"competition_event_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition_event\"","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_stages","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_arr_rel_insert_input","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_arr_rel_insert_input","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_arr_rel_insert_input","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_arr_rel_insert_input","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_arr_rel_insert_input","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_arr_rel_insert_input","ofType":null}},{"name":"team_groups","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_arr_rel_insert_input","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"venue","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_obj_rel_insert_input","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"competition_event_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"competition_event\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_event_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"competition_event\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_event_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_event_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition_event\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_event_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition_event\".","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_stages_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_aggregate_order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_order_by","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_order_by","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_order_by","ofType":null}},{"name":"team_groups_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_aggregate_order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_event_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition_event","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_event_select_column","kind":"ENUM","description":"select columns of table \"competition_event\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_select_column_competition_event_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"competition_event_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"competition_event\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_select_column_competition_event_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"competition_event_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"competition_event\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition_event\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"competition_event_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition_event\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_event_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"competition_event_update_column","kind":"ENUM","description":"update columns of table \"competition_event\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_event_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"competition_geography","databaseType":"table","estimatedRows":60,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition","column":"competition_geography_id","schema":"public","constraint":"competition_competition_geography_id_fkey"}]},{"name":"code","type":"text","checks":[{"name":"competition_geography_code_check","definition":"CHECK (code = upper(btrim(code)) AND btrim(code) <> ''::text)"},{"name":"competition_geography_country_shape_check","definition":"CHECK (geography_type = 'country'::text AND country_code IS NOT NULL OR geography_type <> 'country'::text AND country_code IS NULL)"},{"name":"competition_geography_scope_code_check","definition":"CHECK (scope_code = ANY (ARRAY['DOMESTIC'::text, 'INTERNATIONAL'::text]))"}],"unique":true,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"display_name","type":"text","checks":[{"name":"competition_geography_display_name_check","definition":"CHECK (btrim(display_name) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"geography_type","type":"text","checks":[{"name":"competition_geography_country_shape_check","definition":"CHECK (geography_type = 'country'::text AND country_code IS NOT NULL OR geography_type <> 'country'::text AND country_code IS NULL)"},{"name":"competition_geography_type_check","definition":"CHECK (geography_type = ANY (ARRAY['country'::text, 'region'::text, 'global'::text, 'unspecified'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"country_code","type":"character(2)","checks":[{"name":"competition_geography_country_shape_check","definition":"CHECK (geography_type = 'country'::text AND country_code IS NOT NULL OR geography_type <> 'country'::text AND country_code IS NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"scope_code","type":"text","checks":[{"name":"competition_geography_scope_code_check","definition":"CHECK (scope_code = ANY (ARRAY['DOMESTIC'::text, 'INTERNATIONAL'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"competition_geography_code_check","type":"check","definition":"CHECK (code = upper(btrim(code)) AND btrim(code) <> ''::text)"},{"name":"competition_geography_country_shape_check","type":"check","definition":"CHECK (geography_type = 'country'::text AND country_code IS NOT NULL OR geography_type <> 'country'::text AND country_code IS NULL)"},{"name":"competition_geography_display_name_check","type":"check","definition":"CHECK (btrim(display_name) <> ''::text)"},{"name":"competition_geography_scope_code_check","type":"check","definition":"CHECK (scope_code = ANY (ARRAY['DOMESTIC'::text, 'INTERNATIONAL'::text]))"},{"name":"competition_geography_type_check","type":"check","definition":"CHECK (geography_type = ANY (ARRAY['country'::text, 'region'::text, 'global'::text, 'unspecified'::text]))"},{"name":"competition_geography_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"competition_geography_code_key","type":"unique","definition":"UNIQUE (code)"}],"indexes":[{"name":"competition_geography_code_key","definition":"CREATE UNIQUE INDEX competition_geography_code_key ON public.competition_geography USING btree (code)"},{"name":"competition_geography_pkey","definition":"CREATE UNIQUE INDEX competition_geography_pkey ON public.competition_geography USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"code","type":"text","checks":[{"name":"competition_geography_code_check","definition":"CHECK (code = upper(btrim(code)) AND btrim(code) <> ''::text)"},{"name":"competition_geography_country_shape_check","definition":"CHECK (geography_type = 'country'::text AND country_code IS NOT NULL OR geography_type <> 'country'::text AND country_code IS NULL)"},{"name":"competition_geography_scope_code_check","definition":"CHECK (scope_code = ANY (ARRAY['DOMESTIC'::text, 'INTERNATIONAL'::text]))"}],"unique":true,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competitions","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"competitions","using":{"foreign_key_constraint_on":{"column":"competition_geography_id","table":{"name":"competition","schema":"public"}}}}},{"name":"competitions_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"country_code","type":"character(2)","checks":[{"name":"competition_geography_country_shape_check","definition":"CHECK (geography_type = 'country'::text AND country_code IS NOT NULL OR geography_type <> 'country'::text AND country_code IS NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"display_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"display_name","type":"text","checks":[{"name":"competition_geography_display_name_check","definition":"CHECK (btrim(display_name) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"geography_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"geography_type","type":"text","checks":[{"name":"competition_geography_country_shape_check","definition":"CHECK (geography_type = 'country'::text AND country_code IS NOT NULL OR geography_type <> 'country'::text AND country_code IS NULL)"},{"name":"competition_geography_type_check","definition":"CHECK (geography_type = ANY (ARRAY['country'::text, 'region'::text, 'global'::text, 'unspecified'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition","column":"competition_geography_id","schema":"public","constraint":"competition_competition_geography_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"scope_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"scope_code","type":"text","checks":[{"name":"competition_geography_scope_code_check","definition":"CHECK (scope_code = ANY (ARRAY['DOMESTIC'::text, 'INTERNATIONAL'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[{"name":"competitions","using":{"foreign_key_constraint_on":{"column":"competition_geography_id","table":{"name":"competition","schema":"public"}}}}]},"operations":{"query":[{"name":"competition_geography","description":"fetch data from the table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_geography_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_geography","ofType":null}}}}},{"name":"competition_geography_aggregate","description":"fetch aggregated fields from the table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_geography_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_geography_aggregate","ofType":null}}},{"name":"competition_geography_by_pk","description":"fetch data from the table: \"competition_geography\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_geography","ofType":null}}],"mutation":[{"name":"delete_competition_geography","description":"delete data from the table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_geography_mutation_response","ofType":null}},{"name":"delete_competition_geography_by_pk","description":"delete single row from the table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_geography","ofType":null}},{"name":"insert_competition_geography","description":"insert data into the table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_geography_mutation_response","ofType":null}},{"name":"insert_competition_geography_one","description":"insert a single row into the table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_geography","ofType":null}},{"name":"update_competition_geography","description":"update data of the table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_geography_mutation_response","ofType":null}},{"name":"update_competition_geography_by_pk","description":"update single row of the table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_geography","ofType":null}},{"name":"update_competition_geography_many","description":"update multiples rows of table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"competition_geography_mutation_response","ofType":null}}}],"subscription":[{"name":"competition_geography","description":"fetch data from the table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_geography_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_geography","ofType":null}}}}},{"name":"competition_geography_aggregate","description":"fetch aggregated fields from the table: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_geography_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_geography_aggregate","ofType":null}}},{"name":"competition_geography_by_pk","description":"fetch data from the table: \"competition_geography\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_geography","ofType":null}},{"name":"competition_geography_stream","description":"fetch data from the table in a streaming manner: \"competition_geography\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_geography","ofType":null}}}}}]},"inputTypes":[{"name":"competition_geography_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition_geography\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}}},{"name":"code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competitions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"competitions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_bool_exp","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_geography_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition_geography\"","fields":[],"enumValues":[{"name":"competition_geography_code_key","description":"unique or primary key constraint on columns \"code\"","deprecated":false,"deprecationReason":null},{"name":"competition_geography_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_geography_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition_geography\"","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competitions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_arr_rel_insert_input","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_geography_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition_geography\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_geography_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition_geography\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_geography_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_geography_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_geography_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition_geography\".","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competitions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_order_by","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_geography_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition_geography","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_geography_select_column","kind":"ENUM","description":"select columns of table \"competition_geography\"","fields":[],"enumValues":[{"name":"code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_geography_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition_geography\"","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_geography_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition_geography\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_geography_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_geography_update_column","kind":"ENUM","description":"update columns of table \"competition_geography\"","fields":[],"enumValues":[{"name":"code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_geography_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_geography_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_geography_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"competition_level","databaseType":"table","estimatedRows":3,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition","column":"competition_level_id","schema":"public","constraint":"competition_competition_level_id_fkey"}]},{"name":"code","type":"text","checks":[{"name":"competition_level_code_check","definition":"CHECK (code = upper(btrim(code)) AND btrim(code) <> ''::text)"}],"unique":true,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"display_name","type":"text","checks":[{"name":"competition_level_display_name_check","definition":"CHECK (btrim(display_name) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"competition_level_code_check","type":"check","definition":"CHECK (code = upper(btrim(code)) AND btrim(code) <> ''::text)"},{"name":"competition_level_display_name_check","type":"check","definition":"CHECK (btrim(display_name) <> ''::text)"},{"name":"competition_level_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"competition_level_code_key","type":"unique","definition":"UNIQUE (code)"}],"indexes":[{"name":"competition_level_code_key","definition":"CREATE UNIQUE INDEX competition_level_code_key ON public.competition_level USING btree (code)"},{"name":"competition_level_pkey","definition":"CREATE UNIQUE INDEX competition_level_pkey ON public.competition_level USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"code","type":"text","checks":[{"name":"competition_level_code_check","definition":"CHECK (code = upper(btrim(code)) AND btrim(code) <> ''::text)"}],"unique":true,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competitions","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"competitions","using":{"foreign_key_constraint_on":{"column":"competition_level_id","table":{"name":"competition","schema":"public"}}}}},{"name":"competitions_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"display_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"display_name","type":"text","checks":[{"name":"competition_level_display_name_check","definition":"CHECK (btrim(display_name) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition","column":"competition_level_id","schema":"public","constraint":"competition_competition_level_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[{"name":"competitions","using":{"foreign_key_constraint_on":{"column":"competition_level_id","table":{"name":"competition","schema":"public"}}}}]},"operations":{"query":[{"name":"competition_level","description":"fetch data from the table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_level_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_level","ofType":null}}}}},{"name":"competition_level_aggregate","description":"fetch aggregated fields from the table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_level_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_level_aggregate","ofType":null}}},{"name":"competition_level_by_pk","description":"fetch data from the table: \"competition_level\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_level","ofType":null}}],"mutation":[{"name":"delete_competition_level","description":"delete data from the table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_level_mutation_response","ofType":null}},{"name":"delete_competition_level_by_pk","description":"delete single row from the table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_level","ofType":null}},{"name":"insert_competition_level","description":"insert data into the table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_level_mutation_response","ofType":null}},{"name":"insert_competition_level_one","description":"insert a single row into the table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_level","ofType":null}},{"name":"update_competition_level","description":"update data of the table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_level_mutation_response","ofType":null}},{"name":"update_competition_level_by_pk","description":"update single row of the table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_level","ofType":null}},{"name":"update_competition_level_many","description":"update multiples rows of table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"competition_level_mutation_response","ofType":null}}}],"subscription":[{"name":"competition_level","description":"fetch data from the table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_level_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_level","ofType":null}}}}},{"name":"competition_level_aggregate","description":"fetch aggregated fields from the table: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_level_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_level_aggregate","ofType":null}}},{"name":"competition_level_by_pk","description":"fetch data from the table: \"competition_level\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_level","ofType":null}},{"name":"competition_level_stream","description":"fetch data from the table in a streaming manner: \"competition_level\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_level","ofType":null}}}}}]},"inputTypes":[{"name":"competition_level_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition_level\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}}},{"name":"code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competitions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"competitions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_bool_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_level_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition_level\"","fields":[],"enumValues":[{"name":"competition_level_code_key","description":"unique or primary key constraint on columns \"code\"","deprecated":false,"deprecationReason":null},{"name":"competition_level_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_level_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition_level\"","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competitions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_arr_rel_insert_input","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_level_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition_level\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_level_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition_level\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_level_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_level_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_level_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition_level\".","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competitions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_level_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition_level","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_level_select_column","kind":"ENUM","description":"select columns of table \"competition_level\"","fields":[],"enumValues":[{"name":"code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_level_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition_level\"","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_level_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition_level\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_level_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_level_update_column","kind":"ENUM","description":"update columns of table \"competition_level\"","fields":[],"enumValues":[{"name":"code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_level_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_level_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_level_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"competition_season","databaseType":"table","estimatedRows":4857,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition_event","column":"competition_season_id","schema":"public","constraint":"competition_event_competition_season_id_fkey"},{"table":"game","column":"competition_season_id","schema":"public","constraint":"game_competition_season_id_fkey"},{"table":"player_competition_event","column":"competition_season_id","schema":"public","constraint":"player_competition_event_competition_season_id_fkey"},{"table":"player_competition_season","column":"competition_season_id","schema":"public","constraint":"player_competition_season_competition_season_id_fkey"},{"table":"player_contract_season","column":"competition_season_id","schema":"public","constraint":"player_contract_season_competition_season_id_fkey"},{"table":"player_eligibility_observation","column":"competition_season_id","schema":"public","constraint":"player_eligibility_observation_competition_season_id_fkey"},{"table":"player_transfer","column":"competition_season_id","schema":"public","constraint":"player_transfer_competition_season_id_fkey"},{"table":"program_entry","column":"competition_season_id","schema":"public","constraint":"program_entry_competition_season_id_fkey"},{"table":"season_division","column":"competition_season_id","schema":"public","constraint":"season_division_competition_season_id_fkey"},{"table":"team_competition_event","column":"competition_season_id","schema":"public","constraint":"team_competition_event_competition_season_id_fkey"},{"table":"team_competition_season","column":"competition_season_id","schema":"public","constraint":"team_competition_season_competition_season_id_fkey"}]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition","column":"id","schema":"public","constraint":"competition_season_competition_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"start_date","type":"date","checks":[{"name":"competition_season_check","definition":"CHECK (end_date IS NULL OR start_date IS NULL OR end_date >= start_date)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"end_date","type":"date","checks":[{"name":"competition_season_check","definition":"CHECK (end_date IS NULL OR start_date IS NULL OR end_date >= start_date)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"competition_season_check","type":"check","definition":"CHECK (end_date IS NULL OR start_date IS NULL OR end_date >= start_date)"},{"name":"competition_season_competition_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_id) REFERENCES competition(id)"},{"name":"competition_season_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"competition_season_competition_id_name_key","type":"unique","definition":"UNIQUE (competition_id, name)"},{"name":"competition_season_id_competition_id_key","type":"unique","definition":"UNIQUE (id, competition_id)"}],"indexes":[{"name":"competition_season_competition_id_name_key","definition":"CREATE UNIQUE INDEX competition_season_competition_id_name_key ON public.competition_season USING btree (competition_id, name)"},{"name":"competition_season_id_competition_id_key","definition":"CREATE UNIQUE INDEX competition_season_id_competition_id_key ON public.competition_season USING btree (id, competition_id)"},{"name":"competition_season_pkey","definition":"CREATE UNIQUE INDEX competition_season_pkey ON public.competition_season USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"competition","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition","using":{"foreign_key_constraint_on":"competition_id"}}},{"name":"competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"competition_events","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"competition_event","schema":"public"}}}}},{"name":"competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition","column":"id","schema":"public","constraint":"competition_season_competition_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"end_date","type":"date","checks":[{"name":"competition_season_check","definition":"CHECK (end_date IS NULL OR start_date IS NULL OR end_date >= start_date)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"games","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"game","schema":"public"}}}}},{"name":"games_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition_event","column":"competition_season_id","schema":"public","constraint":"competition_event_competition_season_id_fkey"},{"table":"game","column":"competition_season_id","schema":"public","constraint":"game_competition_season_id_fkey"},{"table":"player_competition_event","column":"competition_season_id","schema":"public","constraint":"player_competition_event_competition_season_id_fkey"},{"table":"player_competition_season","column":"competition_season_id","schema":"public","constraint":"player_competition_season_competition_season_id_fkey"},{"table":"player_contract_season","column":"competition_season_id","schema":"public","constraint":"player_contract_season_competition_season_id_fkey"},{"table":"player_eligibility_observation","column":"competition_season_id","schema":"public","constraint":"player_eligibility_observation_competition_season_id_fkey"},{"table":"player_transfer","column":"competition_season_id","schema":"public","constraint":"player_transfer_competition_season_id_fkey"},{"table":"program_entry","column":"competition_season_id","schema":"public","constraint":"program_entry_competition_season_id_fkey"},{"table":"season_division","column":"competition_season_id","schema":"public","constraint":"season_division_competition_season_id_fkey"},{"table":"team_competition_event","column":"competition_season_id","schema":"public","constraint":"team_competition_event_competition_season_id_fkey"},{"table":"team_competition_season","column":"competition_season_id","schema":"public","constraint":"team_competition_season_competition_season_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_competition_events","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"player_competition_event","schema":"public"}}}}},{"name":"player_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_competition_seasons","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_competition_seasons","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"player_competition_season","schema":"public"}}}}},{"name":"player_competition_seasons_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_contract_seasons","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_season","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_contract_seasons","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"player_contract_season","schema":"public"}}}}},{"name":"player_contract_seasons_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_season_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_eligibility_observations","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_eligibility_observation","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_eligibility_observations","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"player_eligibility_observation","schema":"public"}}}}},{"name":"player_eligibility_observations_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_eligibility_observation_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_transfers","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_transfers","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"player_transfer","schema":"public"}}}}},{"name":"player_transfers_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"program_entries","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"program_entries","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"program_entry","schema":"public"}}}}},{"name":"program_entries_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"season_divisions","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"season_division","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"season_divisions","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"season_division","schema":"public"}}}}},{"name":"season_divisions_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"season_division_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"start_date","type":"date","checks":[{"name":"competition_season_check","definition":"CHECK (end_date IS NULL OR start_date IS NULL OR end_date >= start_date)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_competition_events","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"team_competition_event","schema":"public"}}}}},{"name":"team_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"team_competition_seasons","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_competition_seasons","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"team_competition_season","schema":"public"}}}}},{"name":"team_competition_seasons_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition","using":{"foreign_key_constraint_on":"competition_id"}}],"array":[{"name":"competition_events","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"competition_event","schema":"public"}}}},{"name":"games","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"game","schema":"public"}}}},{"name":"player_competition_events","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"player_competition_event","schema":"public"}}}},{"name":"player_competition_seasons","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"player_competition_season","schema":"public"}}}},{"name":"player_contract_seasons","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"player_contract_season","schema":"public"}}}},{"name":"player_eligibility_observations","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"player_eligibility_observation","schema":"public"}}}},{"name":"player_transfers","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"player_transfer","schema":"public"}}}},{"name":"program_entries","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"program_entry","schema":"public"}}}},{"name":"season_divisions","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"season_division","schema":"public"}}}},{"name":"team_competition_events","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"team_competition_event","schema":"public"}}}},{"name":"team_competition_seasons","using":{"foreign_key_constraint_on":{"column":"competition_season_id","table":{"name":"team_competition_season","schema":"public"}}}}]},"operations":{"query":[{"name":"competition_season","description":"fetch data from the table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}}}}},{"name":"competition_season_aggregate","description":"fetch aggregated fields from the table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season_aggregate","ofType":null}}},{"name":"competition_season_by_pk","description":"fetch data from the table: \"competition_season\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_season","ofType":null}}],"mutation":[{"name":"delete_competition_season","description":"delete data from the table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_season_mutation_response","ofType":null}},{"name":"delete_competition_season_by_pk","description":"delete single row from the table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_season","ofType":null}},{"name":"insert_competition_season","description":"insert data into the table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_season_mutation_response","ofType":null}},{"name":"insert_competition_season_one","description":"insert a single row into the table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_season","ofType":null}},{"name":"update_competition_season","description":"update data of the table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_season_mutation_response","ofType":null}},{"name":"update_competition_season_by_pk","description":"update single row of the table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_season","ofType":null}},{"name":"update_competition_season_many","description":"update multiples rows of table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"competition_season_mutation_response","ofType":null}}}],"subscription":[{"name":"competition_season","description":"fetch data from the table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}}}}},{"name":"competition_season_aggregate","description":"fetch aggregated fields from the table: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season_aggregate","ofType":null}}},{"name":"competition_season_by_pk","description":"fetch data from the table: \"competition_season\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_season","ofType":null}},{"name":"competition_season_stream","description":"fetch data from the table in a streaming manner: \"competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}}}}}]},"inputTypes":[{"name":"competition_season_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"competition_season_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column_competition_season_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_season_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column_competition_season_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_season_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_season_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"competition_season\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_min_order_by","ofType":null}}],"enumValues":[]},{"name":"competition_season_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"competition_season\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_season_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition_season\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}}},{"name":"competition","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_bool_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}},{"name":"games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_aggregate_bool_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp","ofType":null}},{"name":"player_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"player_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp","ofType":null}},{"name":"player_contract_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"player_contract_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp","ofType":null}},{"name":"player_eligibility_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}},{"name":"player_eligibility_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_aggregate_bool_exp","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp","ofType":null}},{"name":"season_divisions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_divisions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_aggregate_bool_exp","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp","ofType":null}},{"name":"team_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}},{"name":"team_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_bool_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_season_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition_season\"","fields":[],"enumValues":[{"name":"competition_season_competition_id_name_key","description":"unique or primary key constraint on columns \"competition_id\", \"name\"","deprecated":false,"deprecationReason":null},{"name":"competition_season_id_competition_id_key","description":"unique or primary key constraint on columns \"id\", \"competition_id\"","deprecated":false,"deprecationReason":null},{"name":"competition_season_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_season_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition_season\"","fields":[{"name":"competition","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_obj_rel_insert_input","ofType":null}},{"name":"competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_arr_rel_insert_input","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_arr_rel_insert_input","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_arr_rel_insert_input","ofType":null}},{"name":"player_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_arr_rel_insert_input","ofType":null}},{"name":"player_contract_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_arr_rel_insert_input","ofType":null}},{"name":"player_eligibility_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_arr_rel_insert_input","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_arr_rel_insert_input","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_arr_rel_insert_input","ofType":null}},{"name":"season_divisions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_arr_rel_insert_input","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_arr_rel_insert_input","ofType":null}},{"name":"team_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_arr_rel_insert_input","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_season_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"competition_season\"","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_season_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"competition_season\"","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_season_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition_season\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_season_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition_season\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_season_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_season_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition_season\".","fields":[{"name":"competition","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}},{"name":"competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_aggregate_order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_order_by","ofType":null}},{"name":"player_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_order_by","ofType":null}},{"name":"player_contract_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_order_by","ofType":null}},{"name":"player_eligibility_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_aggregate_order_by","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_order_by","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_order_by","ofType":null}},{"name":"season_divisions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_aggregate_order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_order_by","ofType":null}},{"name":"team_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_season_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition_season","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_season_select_column","kind":"ENUM","description":"select columns of table \"competition_season\"","fields":[],"enumValues":[{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_season_select_column_competition_season_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"competition_season_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"competition_season\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_season_select_column_competition_season_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"competition_season_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"competition_season\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_season_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition_season\"","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_season_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition_season\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_season_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_season_update_column","kind":"ENUM","description":"update columns of table \"competition_season\"","fields":[],"enumValues":[{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_season_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"competition_stage","databaseType":"table","estimatedRows":0,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"game_event","column":"competition_stage_id","schema":"public","constraint":"game_event_competition_stage_id_competition_event_id_compe_fkey"}]},{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"competition_stage_competition_event_id_competition_season__fkey"},"primaryKey":false,"referencedBy":[{"table":"game_event","column":"competition_event_id","schema":"public","constraint":"game_event_competition_stage_id_competition_event_id_compe_fkey"}]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_event","column":"competition_season_id","schema":"public","constraint":"competition_stage_competition_event_id_competition_season__fkey"},"primaryKey":false,"referencedBy":[{"table":"game_event","column":"competition_season_id","schema":"public","constraint":"game_event_competition_stage_id_competition_event_id_compe_fkey"}]},{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"stage_order","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"competition_stage_competition_event_id_competition_season__fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_event_id, competition_season_id) REFERENCES competition_event(id, competition_season_id) DEFERRABLE"},{"name":"competition_stage_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"competition_stage_competition_event_id_name_key","type":"unique","definition":"UNIQUE (competition_event_id, name)"},{"name":"competition_stage_id_competition_event_id_competition_seaso_key","type":"unique","definition":"UNIQUE (id, competition_event_id, competition_season_id)"}],"indexes":[{"name":"competition_stage_competition_event_id_name_key","definition":"CREATE UNIQUE INDEX competition_stage_competition_event_id_name_key ON public.competition_stage USING btree (competition_event_id, name)"},{"name":"competition_stage_id_competition_event_id_competition_seaso_key","definition":"CREATE UNIQUE INDEX competition_stage_id_competition_event_id_competition_seaso_key ON public.competition_stage USING btree (id, competition_event_id, competition_season_id)"},{"name":"competition_stage_pkey","definition":"CREATE UNIQUE INDEX competition_stage_pkey ON public.competition_stage USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"competition_event","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_event","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}}},{"name":"competition_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"competition_stage_competition_event_id_competition_season__fkey"},"primaryKey":false,"referencedBy":[{"table":"game_event","column":"competition_event_id","schema":"public","constraint":"game_event_competition_stage_id_competition_event_id_compe_fkey"}]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_event","column":"competition_season_id","schema":"public","constraint":"competition_stage_competition_event_id_competition_season__fkey"},"primaryKey":false,"referencedBy":[{"table":"game_event","column":"competition_season_id","schema":"public","constraint":"game_event_competition_stage_id_competition_event_id_compe_fkey"}]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"game_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"game_events","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"competition_event_id","competition_season_id":"competition_season_id","id":"competition_stage_id"},"insertion_order":null,"remote_table":{"name":"game_event","schema":"public"}}}}},{"name":"game_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"game_event","column":"competition_stage_id","schema":"public","constraint":"game_event_competition_stage_id_competition_event_id_compe_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"stage_order","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"stage_order","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}}],"array":[{"name":"game_events","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"competition_event_id","competition_season_id":"competition_season_id","id":"competition_stage_id"},"insertion_order":null,"remote_table":{"name":"game_event","schema":"public"}}}}]},"operations":{"query":[{"name":"competition_stage","description":"fetch data from the table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_stage","ofType":null}}}}},{"name":"competition_stage_aggregate","description":"fetch aggregated fields from the table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_stage_aggregate","ofType":null}}},{"name":"competition_stage_by_pk","description":"fetch data from the table: \"competition_stage\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_stage","ofType":null}}],"mutation":[{"name":"delete_competition_stage","description":"delete data from the table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_stage_mutation_response","ofType":null}},{"name":"delete_competition_stage_by_pk","description":"delete single row from the table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_stage","ofType":null}},{"name":"insert_competition_stage","description":"insert data into the table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_stage_mutation_response","ofType":null}},{"name":"insert_competition_stage_one","description":"insert a single row into the table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"competition_stage","ofType":null}},{"name":"update_competition_stage","description":"update data of the table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_stage_mutation_response","ofType":null}},{"name":"update_competition_stage_by_pk","description":"update single row of the table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_stage","ofType":null}},{"name":"update_competition_stage_many","description":"update multiples rows of table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"competition_stage_mutation_response","ofType":null}}}],"subscription":[{"name":"competition_stage","description":"fetch data from the table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_stage","ofType":null}}}}},{"name":"competition_stage_aggregate","description":"fetch aggregated fields from the table: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_stage_aggregate","ofType":null}}},{"name":"competition_stage_by_pk","description":"fetch data from the table: \"competition_stage\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"competition_stage","ofType":null}},{"name":"competition_stage_stream","description":"fetch data from the table in a streaming manner: \"competition_stage\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_stage","ofType":null}}}}}]},"inputTypes":[{"name":"competition_stage_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"competition_stage_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column_competition_stage_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_stage_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column_competition_stage_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_stage_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_stage_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"competition_stage\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"competition_stage\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_stage_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"competition_stage\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_bool_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"competition_stage_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"competition_stage\"","fields":[],"enumValues":[{"name":"competition_stage_competition_event_id_name_key","description":"unique or primary key constraint on columns \"competition_event_id\", \"name\"","deprecated":false,"deprecationReason":null},{"name":"competition_stage_id_competition_event_id_competition_seaso_key","description":"unique or primary key constraint on columns \"id\", \"competition_event_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"competition_stage_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"competition_stage_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"competition_stage_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"competition_stage\"","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_arr_rel_insert_input","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_stage_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"competition_stage\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"competition_stage\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"competition_stage\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_on_conflict","ofType":null}}],"enumValues":[]},{"name":"competition_stage_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"competition_stage\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_stage_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}],"enumValues":[]},{"name":"competition_stage_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"competition_stage\".","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: competition_stage","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"competition_stage_select_column","kind":"ENUM","description":"select columns of table \"competition_stage\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"stage_order","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_stage_select_column_competition_stage_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"competition_stage_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"competition_stage\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_stage_select_column_competition_stage_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"competition_stage_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"competition_stage\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_stage_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"competition_stage\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_stage_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"competition_stage\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"competition_stage_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"competition_stage_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_update_column","kind":"ENUM","description":"update columns of table \"competition_stage\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"stage_order","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"competition_stage_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"competition_stage_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"competition_stage_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"competition_stage\"","fields":[{"name":"stage_order","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"draft_event","databaseType":"table","estimatedRows":100,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_draft_pick","column":"draft_event_id","schema":"public","constraint":"player_draft_pick_draft_event_id_fkey"}]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition","column":"id","schema":"public","constraint":"draft_event_competition_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"draft_year","type":"integer","checks":[{"name":"draft_event_draft_year_check","definition":"CHECK (draft_year >= 1891 AND draft_year <= 2200)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"draft_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"draft_event_draft_year_check","type":"check","definition":"CHECK (draft_year >= 1891 AND draft_year <= 2200)"},{"name":"draft_event_competition_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_id) REFERENCES competition(id)"},{"name":"draft_event_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"draft_event_competition_id_draft_year_key","type":"unique","definition":"UNIQUE (competition_id, draft_year)"}],"indexes":[{"name":"draft_event_competition_id_draft_year_key","definition":"CREATE UNIQUE INDEX draft_event_competition_id_draft_year_key ON public.draft_event USING btree (competition_id, draft_year)"},{"name":"draft_event_pkey","definition":"CREATE UNIQUE INDEX draft_event_pkey ON public.draft_event USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"competition","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition","using":{"foreign_key_constraint_on":"competition_id"}}},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition","column":"id","schema":"public","constraint":"draft_event_competition_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"draft_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"draft_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"draft_year","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"arguments":[],"source":"column","column":{"name":"draft_year","type":"integer","checks":[{"name":"draft_event_draft_year_check","definition":"CHECK (draft_year >= 1891 AND draft_year <= 2200)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_draft_pick","column":"draft_event_id","schema":"public","constraint":"player_draft_pick_draft_event_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_draft_picks","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_draft_picks","using":{"foreign_key_constraint_on":{"column":"draft_event_id","table":{"name":"player_draft_pick","schema":"public"}}}}},{"name":"player_draft_picks_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition","using":{"foreign_key_constraint_on":"competition_id"}}],"array":[{"name":"player_draft_picks","using":{"foreign_key_constraint_on":{"column":"draft_event_id","table":{"name":"player_draft_pick","schema":"public"}}}}]},"operations":{"query":[{"name":"draft_event","description":"fetch data from the table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"draft_event","ofType":null}}}}},{"name":"draft_event_aggregate","description":"fetch aggregated fields from the table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"draft_event_aggregate","ofType":null}}},{"name":"draft_event_by_pk","description":"fetch data from the table: \"draft_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"draft_event","ofType":null}}],"mutation":[{"name":"delete_draft_event","description":"delete data from the table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"draft_event_mutation_response","ofType":null}},{"name":"delete_draft_event_by_pk","description":"delete single row from the table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"draft_event","ofType":null}},{"name":"insert_draft_event","description":"insert data into the table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"draft_event_mutation_response","ofType":null}},{"name":"insert_draft_event_one","description":"insert a single row into the table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"draft_event","ofType":null}},{"name":"update_draft_event","description":"update data of the table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"draft_event_mutation_response","ofType":null}},{"name":"update_draft_event_by_pk","description":"update single row of the table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"draft_event","ofType":null}},{"name":"update_draft_event_many","description":"update multiples rows of table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"draft_event_mutation_response","ofType":null}}}],"subscription":[{"name":"draft_event","description":"fetch data from the table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"draft_event","ofType":null}}}}},{"name":"draft_event_aggregate","description":"fetch aggregated fields from the table: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"draft_event_aggregate","ofType":null}}},{"name":"draft_event_by_pk","description":"fetch data from the table: \"draft_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"draft_event","ofType":null}},{"name":"draft_event_stream","description":"fetch data from the table in a streaming manner: \"draft_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"draft_event","ofType":null}}}}}]},"inputTypes":[{"name":"draft_event_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"draft_event_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_select_column_draft_event_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"draft_event_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_select_column_draft_event_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"draft_event_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"draft_event_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"draft_event\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"draft_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"draft_event_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"draft_event\"","fields":[{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"draft_event\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}}},{"name":"competition","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"draft_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_draft_picks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"player_draft_picks_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_bool_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"draft_event_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"draft_event\"","fields":[],"enumValues":[{"name":"draft_event_competition_id_draft_year_key","description":"unique or primary key constraint on columns \"competition_id\", \"draft_year\"","deprecated":false,"deprecationReason":null},{"name":"draft_event_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"draft_event_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"draft_event\"","fields":[{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"draft_event_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"draft_event\"","fields":[{"name":"competition","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_obj_rel_insert_input","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"draft_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_draft_picks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_arr_rel_insert_input","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"draft_event_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"draft_event\"","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"draft_event\"","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"draft_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"draft_event_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"draft_event\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"draft_event_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}],"enumValues":[]},{"name":"draft_event_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"draft_event\".","fields":[{"name":"competition","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_draft_picks_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: draft_event","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"draft_event_select_column","kind":"ENUM","description":"select columns of table \"draft_event\"","fields":[],"enumValues":[{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"draft_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"draft_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"draft_event_select_column_draft_event_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"draft_event_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"draft_event\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"draft_event_select_column_draft_event_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"draft_event_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"draft_event\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"draft_event_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"draft_event\"","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"draft_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"draft_event_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"draft_event\"","fields":[{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"draft_event\"","fields":[{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"draft_event\"","fields":[{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"draft_event\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"draft_event_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"draft_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"draft_event_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"draft_event\"","fields":[{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_update_column","kind":"ENUM","description":"update columns of table \"draft_event\"","fields":[],"enumValues":[{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"draft_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"draft_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"draft_event_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"draft_event_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"draft_event\"","fields":[{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"draft_event\"","fields":[{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"draft_event_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"draft_event\"","fields":[{"name":"draft_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"game","databaseType":"table","estimatedRows":450041,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"game_event","column":"game_id","schema":"public","constraint":"game_event_game_id_competition_season_id_fkey"},{"table":"team_game","column":"game_id","schema":"public","constraint":"team_game_game_id_competition_season_id_fkey"}]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"game_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"game_event","column":"competition_season_id","schema":"public","constraint":"game_event_game_id_competition_season_id_fkey"},{"table":"team_game","column":"competition_season_id","schema":"public","constraint":"team_game_game_id_competition_season_id_fkey"}]},{"name":"scheduled_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"scheduled_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"scheduled_time","type":"time without time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"timezone_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"status","type":"text","checks":[],"unique":false,"comment":null,"default":"'scheduled'::text","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":{"table":"venue","column":"id","schema":"public","constraint":"game_venue_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"source_label","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_phase","type":"text","checks":[{"name":"game_season_phase_check","definition":"CHECK (season_phase IS NULL OR (season_phase = ANY (ARRAY['preseason'::text, 'regular_season'::text, 'postseason'::text])))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"game_season_phase_check","type":"check","definition":"CHECK (season_phase IS NULL OR (season_phase = ANY (ARRAY['preseason'::text, 'regular_season'::text, 'postseason'::text])))"},{"name":"game_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id) DEFERRABLE"},{"name":"game_venue_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (venue_id) REFERENCES venue(id)"},{"name":"game_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"game_id_competition_season_id_key","type":"unique","definition":"UNIQUE (id, competition_season_id)"}],"indexes":[{"name":"game_id_competition_season_id_key","definition":"CREATE UNIQUE INDEX game_id_competition_season_id_key ON public.game USING btree (id, competition_season_id)"},{"name":"game_pkey","definition":"CREATE UNIQUE INDEX game_pkey ON public.game USING btree (id)"},{"name":"game_scheduled_at_idx","definition":"CREATE INDEX game_scheduled_at_idx ON public.game USING btree (scheduled_at)"},{"name":"game_scheduled_date_idx","definition":"CREATE INDEX game_scheduled_date_idx ON public.game USING btree (scheduled_date)"},{"name":"game_season_idx","definition":"CREATE INDEX game_season_idx ON public.game USING btree (competition_season_id)"}],"viewDefinition":null,"fields":[{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"game_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"game_event","column":"competition_season_id","schema":"public","constraint":"game_event_game_id_competition_season_id_fkey"},{"table":"team_game","column":"competition_season_id","schema":"public","constraint":"team_game_game_id_competition_season_id_fkey"}]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"game_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"game_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"game_id"},"insertion_order":null,"remote_table":{"name":"game_event","schema":"public"}}}}},{"name":"game_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"game_event","column":"game_id","schema":"public","constraint":"game_event_game_id_competition_season_id_fkey"},{"table":"team_game","column":"game_id","schema":"public","constraint":"team_game_game_id_competition_season_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"scheduled_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"scheduled_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"scheduled_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"scheduled_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"scheduled_time","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"time","ofType":null},"arguments":[],"source":"column","column":{"name":"scheduled_time","type":"time without time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_phase","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"season_phase","type":"text","checks":[{"name":"game_season_phase_check","definition":"CHECK (season_phase IS NULL OR (season_phase = ANY (ARRAY['preseason'::text, 'regular_season'::text, 'postseason'::text])))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_label","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_label","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"status","type":"text","checks":[],"unique":false,"comment":null,"default":"'scheduled'::text","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_games","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_games","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"game_id"},"insertion_order":null,"remote_table":{"name":"team_game","schema":"public"}}}}},{"name":"team_games_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"timezone_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"timezone_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"venue","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"venue","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"venue","using":{"foreign_key_constraint_on":"venue_id"}}},{"name":"venue_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":{"table":"venue","column":"id","schema":"public","constraint":"game_venue_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}},{"name":"venue","using":{"foreign_key_constraint_on":"venue_id"}}],"array":[{"name":"game_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"game_id"},"insertion_order":null,"remote_table":{"name":"game_event","schema":"public"}}}},{"name":"team_games","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"game_id"},"insertion_order":null,"remote_table":{"name":"team_game","schema":"public"}}}}]},"operations":{"query":[{"name":"game","description":"fetch data from the table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game","ofType":null}}}}},{"name":"game_aggregate","description":"fetch aggregated fields from the table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_aggregate","ofType":null}}},{"name":"game_by_pk","description":"fetch data from the table: \"game\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"game","ofType":null}}],"mutation":[{"name":"delete_game","description":"delete data from the table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"game_mutation_response","ofType":null}},{"name":"delete_game_by_pk","description":"delete single row from the table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"game","ofType":null}},{"name":"insert_game","description":"insert data into the table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"game_mutation_response","ofType":null}},{"name":"insert_game_one","description":"insert a single row into the table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"game","ofType":null}},{"name":"update_game","description":"update data of the table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"game_mutation_response","ofType":null}},{"name":"update_game_by_pk","description":"update single row of the table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"game","ofType":null}},{"name":"update_game_many","description":"update multiples rows of table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"game_mutation_response","ofType":null}}}],"subscription":[{"name":"game","description":"fetch data from the table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game","ofType":null}}}}},{"name":"game_aggregate","description":"fetch aggregated fields from the table: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_aggregate","ofType":null}}},{"name":"game_by_pk","description":"fetch data from the table: \"game\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"game","ofType":null}},{"name":"game_stream","description":"fetch data from the table in a streaming manner: \"game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game","ofType":null}}}}}]},"inputTypes":[{"name":"game_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"game_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column_game_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"game_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column_game_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"game_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"game_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"game\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_min_order_by","ofType":null}}],"enumValues":[]},{"name":"game_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"game\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_on_conflict","ofType":null}}],"enumValues":[]},{"name":"game_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"game\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_bool_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"time_comparison_exp","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"team_games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_aggregate_bool_exp","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"venue","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"game_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"game\"","fields":[],"enumValues":[{"name":"game_id_competition_season_id_key","description":"unique or primary key constraint on columns \"id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"game_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"game_directory_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"game_directory\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}}}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"time_comparison_exp","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"game_directory_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"game_directory\".","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_directory_select_column","kind":"ENUM","description":"select columns of table \"game_directory\"","fields":[],"enumValues":[{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_time","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_phase","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"timezone_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_directory_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"game_directory\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"game_directory_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"time","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"game_event_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"game_event_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"game_event_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"game_event\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_min_order_by","ofType":null}}],"enumValues":[]},{"name":"game_event_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"game_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"game_event_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"game_event\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_stage","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"game_event_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"game_event\"","fields":[],"enumValues":[{"name":"game_event_game_id_competition_event_id_season_division_id__key","description":"unique or primary key constraint on columns \"competition_stage_id\", \"competition_event_id\", \"season_division_id\", \"game_id\"","deprecated":false,"deprecationReason":null},{"name":"game_event_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"game_event_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"game_event\"","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_stage","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_obj_rel_insert_input","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_obj_rel_insert_input","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"game_event_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"game_event\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_event_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"game_event\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_event_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"game_event\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"enumValues":[]},{"name":"game_event_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"game_event\".","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_stage","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_order_by","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_event_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: game_event","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"game_event_select_column","kind":"ENUM","description":"select columns of table \"game_event\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_stage_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_event_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"game_event\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"game_event_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"game_event\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"game_event_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"game_event_update_column","kind":"ENUM","description":"update columns of table \"game_event\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_stage_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_event_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"game_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"game\"","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_arr_rel_insert_input","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"time","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_arr_rel_insert_input","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"venue","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_obj_rel_insert_input","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"game_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"game\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"game\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"game\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_on_conflict","ofType":null}}],"enumValues":[]},{"name":"game_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"game\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}],"enumValues":[]},{"name":"game_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"game\".","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_aggregate_order_by","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: game","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"game_select_column","kind":"ENUM","description":"select columns of table \"game\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_time","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_phase","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_label","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"timezone_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_select_column_game_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"game_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"game\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_select_column_game_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"game_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"game\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"game\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"time","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"game_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"game\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"game_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"time","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"game_update_column","kind":"ENUM","description":"update columns of table \"game\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_time","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_phase","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_label","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"timezone_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"game_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"game_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"Program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}},{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}}}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"division_ids","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_array_comparison_exp","ofType":null}},{"name":"division_names","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"event_contexts","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"jsonb_comparison_exp","ofType":null}},{"name":"event_ids","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_array_comparison_exp","ofType":null}},{"name":"event_names","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"has_player_boxscore","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_tie","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_game_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"time_comparison_exp","ofType":null}},{"name":"score_margin","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"stage_ids","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_array_comparison_exp","ofType":null}},{"name":"stage_names","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_1_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"team_1_display_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_1_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"team_1_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_1_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_1_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_1_resolution_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_1_score","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"team_1_source_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_2_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"team_2_display_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_2_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"team_2_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_2_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_2_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_2_resolution_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_2_score","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"team_2_source_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"venue_city","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"venue_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"venue_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"venue_region","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"winner_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"winner_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"game_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"game_view\".","fields":[{"name":"Program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_ids","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_names","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_contexts","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_ids","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_names","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_player_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_tie","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_game_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"score_margin","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"stage_ids","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"stage_names","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_resolution_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_source_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_resolution_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_source_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_city","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_region","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"winner_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"winner_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_view_select_column","kind":"ENUM","description":"select columns of table \"game_view\"","fields":[],"enumValues":[{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_ids","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_names","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_contexts","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_ids","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_names","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_player_boxscore","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_tie","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_game_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_time","description":"column name","deprecated":false,"deprecationReason":null},{"name":"score_margin","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_phase","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_label","description":"column name","deprecated":false,"deprecationReason":null},{"name":"stage_ids","description":"column name","deprecated":false,"deprecationReason":null},{"name":"stage_names","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_counts_for_official_record","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_is_synthesized","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_resolution_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_score","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_source_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_counts_for_official_record","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_is_synthesized","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_resolution_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_score","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_source_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"timezone_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_city","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_region","description":"column name","deprecated":false,"deprecationReason":null},{"name":"winner_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"winner_program_name","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"game_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"game_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"division_ids","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}},{"name":"division_names","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"event_contexts","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null}},{"name":"event_ids","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}},{"name":"event_names","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"has_player_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_tie","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_game_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"time","ofType":null}},{"name":"score_margin","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"stage_ids","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}},{"name":"stage_names","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_1_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"team_1_display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_1_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"team_1_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_1_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_1_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_1_resolution_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_1_score","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_1_source_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_2_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"team_2_display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_2_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"team_2_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_2_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_2_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_2_resolution_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_2_score","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_2_source_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"venue_city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"venue_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"venue_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"venue_region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"winner_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"winner_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"game_directory","databaseType":"view","estimatedRows":0,"description":null,"columns":[{"name":"game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"scheduled_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"scheduled_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"scheduled_time","type":"time without time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"timezone_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_phase","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[],"viewDefinition":" SELECT g.id AS game_id,\n    g.scheduled_at,\n    g.scheduled_date,\n    g.scheduled_time,\n    g.timezone_name,\n    g.status,\n    g.season_phase,\n    g.competition_season_id,\n    cs.name AS season_name,\n    c.id AS competition_id,\n    c.name AS competition_name,\n    c.gender_code,\n    o.id AS organization_id,\n    o.name AS organization_name,\n    g.venue_id,\n    g.is_public\n   FROM game g\n     JOIN competition_season cs ON cs.id = g.competition_season_id\n     JOIN competition c ON c.id = cs.competition_id\n     JOIN organization o ON o.id = c.organization_id\n  WHERE g.is_public AND cs.is_public AND c.is_public AND o.is_public;","fields":[{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"game_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"scheduled_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"scheduled_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"scheduled_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"scheduled_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"scheduled_time","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"time","ofType":null},"arguments":[],"source":"column","column":{"name":"scheduled_time","type":"time without time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_phase","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"season_phase","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"timezone_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"timezone_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"venue_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"game_directory","description":"fetch data from the table: \"game_directory\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_directory_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_directory","ofType":null}}}}},{"name":"game_directory_aggregate","description":"fetch aggregated fields from the table: \"game_directory\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_directory_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_directory_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"game_directory","description":"fetch data from the table: \"game_directory\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_directory_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_directory","ofType":null}}}}},{"name":"game_directory_aggregate","description":"fetch aggregated fields from the table: \"game_directory\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_directory_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_directory_aggregate","ofType":null}}},{"name":"game_directory_stream","description":"fetch data from the table in a streaming manner: \"game_directory\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_directory","ofType":null}}}}}]},"inputTypes":[{"name":"game_directory_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"game_directory\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_bool_exp","ofType":null}}}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"time_comparison_exp","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"game_directory_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"game_directory\".","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_directory_select_column","kind":"ENUM","description":"select columns of table \"game_directory\"","fields":[],"enumValues":[{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_time","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_phase","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"timezone_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_directory_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"game_directory\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_directory_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"game_directory_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"time","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"game_event","databaseType":"table","estimatedRows":454482,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"game","column":"id","schema":"public","constraint":"game_event_game_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"game","column":"competition_season_id","schema":"public","constraint":"game_event_game_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"game_event_competition_event_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"game_event_season_division_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_stage_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":{"table":"competition_stage","column":"id","schema":"public","constraint":"game_event_competition_stage_id_competition_event_id_compe_fkey"},"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"game_event_competition_event_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_event_id, competition_season_id) REFERENCES competition_event(id, competition_season_id) DEFERRABLE"},{"name":"game_event_competition_stage_id_competition_event_id_compe_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_stage_id, competition_event_id, competition_season_id) REFERENCES competition_stage(id, competition_event_id, competition_season_id) DEFERRABLE"},{"name":"game_event_game_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (game_id, competition_season_id) REFERENCES game(id, competition_season_id) ON DELETE CASCADE DEFERRABLE"},{"name":"game_event_season_division_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (season_division_id, competition_season_id) REFERENCES season_division(id, competition_season_id) DEFERRABLE"},{"name":"game_event_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"game_event_game_id_competition_event_id_season_division_id__key","type":"unique","definition":"UNIQUE NULLS NOT DISTINCT (game_id, competition_event_id, season_division_id, competition_stage_id)"}],"indexes":[{"name":"game_event_event_idx","definition":"CREATE INDEX game_event_event_idx ON public.game_event USING btree (competition_event_id)"},{"name":"game_event_game_id_competition_event_id_season_division_id__key","definition":"CREATE UNIQUE INDEX game_event_game_id_competition_event_id_season_division_id__key ON public.game_event USING btree (game_id, competition_event_id, season_division_id, competition_stage_id) NULLS NOT DISTINCT"},{"name":"game_event_pkey","definition":"CREATE UNIQUE INDEX game_event_pkey ON public.game_event USING btree (id)"},{"name":"idx_game_event_competition_season","definition":"CREATE INDEX idx_game_event_competition_season ON public.game_event USING btree (competition_season_id)"}],"viewDefinition":null,"fields":[{"name":"competition_event","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_event","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}}},{"name":"competition_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"game_event_competition_event_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"game","column":"competition_season_id","schema":"public","constraint":"game_event_game_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_stage","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_stage","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_stage","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"competition_event_id","competition_season_id":"competition_season_id","competition_stage_id":"id"},"insertion_order":null,"remote_table":{"name":"competition_stage","schema":"public"}}}}},{"name":"competition_stage_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_stage_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":{"table":"competition_stage","column":"id","schema":"public","constraint":"game_event_competition_stage_id_competition_event_id_compe_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"game","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"game","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"game","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","game_id":"id"},"insertion_order":null,"remote_table":{"name":"game","schema":"public"}}}}},{"name":"game_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"game","column":"id","schema":"public","constraint":"game_event_game_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"season_division","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"season_division","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"game_event_season_division_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}},{"name":"competition_stage","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"competition_event_id","competition_season_id":"competition_season_id","competition_stage_id":"id"},"insertion_order":null,"remote_table":{"name":"competition_stage","schema":"public"}}}},{"name":"game","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","game_id":"id"},"insertion_order":null,"remote_table":{"name":"game","schema":"public"}}}},{"name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}],"array":[]},"operations":{"query":[{"name":"game_event","description":"fetch data from the table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event","ofType":null}}}}},{"name":"game_event_aggregate","description":"fetch aggregated fields from the table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event_aggregate","ofType":null}}},{"name":"game_event_by_pk","description":"fetch data from the table: \"game_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"game_event","ofType":null}}],"mutation":[{"name":"delete_game_event","description":"delete data from the table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"game_event_mutation_response","ofType":null}},{"name":"delete_game_event_by_pk","description":"delete single row from the table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"game_event","ofType":null}},{"name":"insert_game_event","description":"insert data into the table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"game_event_mutation_response","ofType":null}},{"name":"insert_game_event_one","description":"insert a single row into the table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"game_event","ofType":null}},{"name":"update_game_event","description":"update data of the table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"game_event_mutation_response","ofType":null}},{"name":"update_game_event_by_pk","description":"update single row of the table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"game_event","ofType":null}},{"name":"update_game_event_many","description":"update multiples rows of table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"game_event_mutation_response","ofType":null}}}],"subscription":[{"name":"game_event","description":"fetch data from the table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event","ofType":null}}}}},{"name":"game_event_aggregate","description":"fetch aggregated fields from the table: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event_aggregate","ofType":null}}},{"name":"game_event_by_pk","description":"fetch data from the table: \"game_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"game_event","ofType":null}},{"name":"game_event_stream","description":"fetch data from the table in a streaming manner: \"game_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event","ofType":null}}}}}]},"inputTypes":[{"name":"game_event_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"game_event_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"game_event_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"game_event\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_min_order_by","ofType":null}}],"enumValues":[]},{"name":"game_event_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"game_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"game_event_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"game_event\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_stage","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_bool_exp","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"game_event_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"game_event\"","fields":[],"enumValues":[{"name":"game_event_game_id_competition_event_id_season_division_id__key","description":"unique or primary key constraint on columns \"competition_stage_id\", \"competition_event_id\", \"season_division_id\", \"game_id\"","deprecated":false,"deprecationReason":null},{"name":"game_event_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"game_event_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"game_event\"","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_stage","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_obj_rel_insert_input","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_obj_rel_insert_input","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"game_event_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"game_event\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_event_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"game_event\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_event_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"game_event\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"enumValues":[]},{"name":"game_event_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"game_event\".","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_stage","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_stage_order_by","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_event_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: game_event","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"game_event_select_column","kind":"ENUM","description":"select columns of table \"game_event\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_stage_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_event_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"game_event\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"game_event_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"game_event\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"game_event_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_stage_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"game_event_update_column","kind":"ENUM","description":"update columns of table \"game_event\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_stage_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_event_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"game_view","databaseType":"materialized_view","estimatedRows":465238,"description":"One row per public game with both numbered participant sides, scores, venue, winner, box-score availability, and lossless JSON/array event classifications.","columns":[{"name":"game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"scheduled_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"scheduled_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"scheduled_time","type":"time without time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"timezone_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_label","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_phase","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_ids","type":"uuid[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_names","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"division_ids","type":"uuid[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"division_names","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"stage_ids","type":"uuid[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"stage_names","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_contexts","type":"jsonb","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"venue_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"venue_city","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"venue_region","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"venue_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_1_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_1_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_1_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_1_display_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_1_source_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_1_resolution_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_1_score","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_1_counts_for_official_record","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_1_is_synthesized","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_2_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_2_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_2_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_2_display_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_2_source_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_2_resolution_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_2_score","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_2_counts_for_official_record","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_2_is_synthesized","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"winner_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"winner_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"score_margin","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_tie","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_game_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"has_player_boxscore","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[{"name":"game_view_competition_idx","definition":"CREATE INDEX game_view_competition_idx ON public.game_view USING btree (competition_id, competition_season_id)"},{"name":"game_view_date_idx","definition":"CREATE INDEX game_view_date_idx ON public.game_view USING btree (scheduled_date)"},{"name":"game_view_game_id_key","definition":"CREATE UNIQUE INDEX game_view_game_id_key ON public.game_view USING btree (game_id)"},{"name":"game_view_team_1_idx","definition":"CREATE INDEX game_view_team_1_idx ON public.game_view USING btree (team_1_program_id)"},{"name":"game_view_team_2_idx","definition":"CREATE INDEX game_view_team_2_idx ON public.game_view USING btree (team_2_program_id)"}],"viewDefinition":" WITH event_context AS MATERIALIZED (\n         SELECT ge.game_id,\n            array_agg(DISTINCT ge.competition_event_id ORDER BY ge.competition_event_id) AS event_ids,\n            array_agg(DISTINCT ce.name ORDER BY ce.name) AS event_names,\n            array_agg(DISTINCT ge.season_division_id ORDER BY ge.season_division_id) FILTER (WHERE ge.season_division_id IS NOT NULL) AS division_ids,\n            array_agg(DISTINCT sd.name ORDER BY sd.name) FILTER (WHERE sd.name IS NOT NULL) AS division_names,\n            array_agg(DISTINCT ge.competition_stage_id ORDER BY ge.competition_stage_id) FILTER (WHERE ge.competition_stage_id IS NOT NULL) AS stage_ids,\n            array_agg(DISTINCT st.name ORDER BY st.name) FILTER (WHERE st.name IS NOT NULL) AS stage_names,\n            jsonb_agg(jsonb_build_object('game_event_id', ge.id, 'event_id', ce.id, 'event_name', ce.name, 'event_type', ce.event_type, 'event_start_date', ce.start_date, 'event_end_date', ce.end_date, 'division_id', sd.id, 'division_name', sd.name, 'stage_id', st.id, 'stage_name', st.name) ORDER BY ce.start_date, ce.name, ge.id) AS event_contexts\n           FROM game_event ge\n             JOIN competition_event ce ON ce.id = ge.competition_event_id\n             LEFT JOIN season_division sd ON sd.id = ge.season_division_id\n             LEFT JOIN competition_stage st ON st.id = ge.competition_stage_id\n          GROUP BY ge.game_id\n        ), boxscore_summary AS MATERIALIZED (\n         SELECT tg.game_id,\n            count(pg.id)::integer AS player_game_count\n           FROM team_game tg\n             LEFT JOIN player_game pg ON pg.team_game_id = tg.id\n          GROUP BY tg.game_id\n        )\n SELECT g.id AS game_id,\n    g.scheduled_at,\n    g.scheduled_date,\n    g.scheduled_time,\n    g.timezone_name,\n    g.status,\n    g.source_label,\n    g.season_phase,\n    g.competition_season_id,\n    cs.name AS competition_season_name,\n    cs.start_date AS season_start_date,\n    cs.end_date AS season_end_date,\n    c.id AS competition_id,\n    c.name AS competition_name,\n    c.gender_code AS competition_gender_code,\n    o.id AS organization_id,\n    o.name AS organization_name,\n    ec.event_ids,\n    ec.event_names,\n    ec.division_ids,\n    ec.division_names,\n    ec.stage_ids,\n    ec.stage_names,\n    COALESCE(ec.event_contexts, '[]'::jsonb) AS event_contexts,\n    v.id AS venue_id,\n    v.name AS venue_name,\n    v.city AS venue_city,\n    v.region AS venue_region,\n    v.country_code AS venue_country_code,\n    side1.resolved_program_id AS team_1_program_id,\n    side1.program_name AS team_1_program_name,\n    side1.program_entry_id AS team_1_program_entry_id,\n    side1.program_entry_name AS team_1_display_name,\n    side1.source_participant_name AS team_1_source_name,\n    side1.participant_resolution_status AS team_1_resolution_status,\n    side1.final_score AS team_1_score,\n    side1.counts_for_official_record AS team_1_counts_for_official_record,\n    side1.is_synthesized AS team_1_is_synthesized,\n    side2.resolved_program_id AS team_2_program_id,\n    side2.program_name AS team_2_program_name,\n    side2.program_entry_id AS team_2_program_entry_id,\n    side2.program_entry_name AS team_2_display_name,\n    side2.source_participant_name AS team_2_source_name,\n    side2.participant_resolution_status AS team_2_resolution_status,\n    side2.final_score AS team_2_score,\n    side2.counts_for_official_record AS team_2_counts_for_official_record,\n    side2.is_synthesized AS team_2_is_synthesized,\n        CASE\n            WHEN side1.final_score > side2.final_score THEN side1.resolved_program_id\n            WHEN side2.final_score > side1.final_score THEN side2.resolved_program_id\n            ELSE NULL::uuid\n        END AS winner_program_id,\n        CASE\n            WHEN side1.final_score > side2.final_score THEN side1.program_name\n            WHEN side2.final_score > side1.final_score THEN side2.program_name\n            ELSE NULL::text\n        END AS winner_program_name,\n        CASE\n            WHEN side1.final_score IS NOT NULL AND side2.final_score IS NOT NULL THEN abs(side1.final_score - side2.final_score)\n            ELSE NULL::integer\n        END AS score_margin,\n    side1.final_score IS NOT NULL AND side1.final_score = side2.final_score AS is_tie,\n    COALESCE(bs.player_game_count, 0) AS player_game_count,\n    COALESCE(bs.player_game_count, 0) > 0 AS has_player_boxscore,\n    g.is_public\n   FROM game g\n     JOIN competition_season cs ON cs.id = g.competition_season_id\n     JOIN competition c ON c.id = cs.competition_id\n     JOIN organization o ON o.id = c.organization_id\n     LEFT JOIN event_context ec ON ec.game_id = g.id\n     LEFT JOIN venue v ON v.id = g.venue_id\n     LEFT JOIN boxscore_summary bs ON bs.game_id = g.id\n     LEFT JOIN LATERAL ( SELECT tgr.program_entry_id,\n            tgr.resolved_program_id,\n            pr.name AS program_name,\n            COALESCE(pe.display_name, pr.name) AS program_entry_name,\n            tgr.source_participant_name,\n            tgr.participant_resolution_status,\n            tgr.counts_for_official_record,\n            tgr.final_score,\n            tgr.is_synthesized\n           FROM team_game_resolved tgr\n             LEFT JOIN program_entry pe ON pe.id = tgr.program_entry_id\n             LEFT JOIN program pr ON pr.id = tgr.resolved_program_id\n          WHERE tgr.game_id = g.id AND tgr.side_number = 1\n         LIMIT 1) side1 ON true\n     LEFT JOIN LATERAL ( SELECT tgr.program_entry_id,\n            tgr.resolved_program_id,\n            pr.name AS program_name,\n            COALESCE(pe.display_name, pr.name) AS program_entry_name,\n            tgr.source_participant_name,\n            tgr.participant_resolution_status,\n            tgr.counts_for_official_record,\n            tgr.final_score,\n            tgr.is_synthesized\n           FROM team_game_resolved tgr\n             LEFT JOIN program_entry pe ON pe.id = tgr.program_entry_id\n             LEFT JOIN program pr ON pr.id = tgr.resolved_program_id\n          WHERE tgr.game_id = g.id AND tgr.side_number = 2\n         LIMIT 1) side2 ON true\n  WHERE g.is_public AND c.is_public AND cs.is_public;","fields":[{"name":"Program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_view","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"Program","using":{"manual_configuration":{"column_mapping":{"team_1_program_id":"program_id","team_2_program_id":"program_id"},"insertion_order":null,"remote_table":{"name":"program_view","schema":"public"}}}}},{"name":"competition_gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"division_ids","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}},"arguments":[],"source":"column","column":{"name":"division_ids","type":"uuid[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"division_names","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"arguments":[],"source":"column","column":{"name":"division_names","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_contexts","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null},"arguments":[{"name":"path","description":"JSON select path","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"source":"column","column":{"name":"event_contexts","type":"jsonb","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_ids","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}},"arguments":[],"source":"column","column":{"name":"event_ids","type":"uuid[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_names","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"arguments":[],"source":"column","column":{"name":"event_names","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"game_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"has_player_boxscore","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"has_player_boxscore","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_tie","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"is_tie","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_game_count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"player_game_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"scheduled_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"scheduled_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"scheduled_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"scheduled_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"scheduled_time","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"time","ofType":null},"arguments":[],"source":"column","column":{"name":"scheduled_time","type":"time without time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"score_margin","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"score_margin","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_phase","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"season_phase","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_label","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_label","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"stage_ids","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}},"arguments":[],"source":"column","column":{"name":"stage_ids","type":"uuid[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"stage_names","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"arguments":[],"source":"column","column":{"name":"stage_names","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_1_counts_for_official_record","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"team_1_counts_for_official_record","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_1_display_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"team_1_display_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_1_is_synthesized","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"team_1_is_synthesized","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_1_program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"team_1_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_1_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"team_1_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_1_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"team_1_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_1_resolution_status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"team_1_resolution_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_1_score","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"team_1_score","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_1_source_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"team_1_source_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_2_counts_for_official_record","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"team_2_counts_for_official_record","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_2_display_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"team_2_display_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_2_is_synthesized","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"team_2_is_synthesized","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_2_program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"team_2_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_2_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"team_2_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_2_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"team_2_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_2_resolution_status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"team_2_resolution_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_2_score","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"team_2_score","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_2_source_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"team_2_source_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"timezone_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"timezone_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"venue_city","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"venue_city","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"venue_country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"venue_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"venue_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"venue_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"venue_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"venue_region","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"venue_region","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"winner_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"winner_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"winner_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"winner_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"Program","using":{"manual_configuration":{"column_mapping":{"team_1_program_id":"program_id","team_2_program_id":"program_id"},"insertion_order":null,"remote_table":{"name":"program_view","schema":"public"}}}}],"array":[]},"operations":{"query":[{"name":"game_view","description":"fetch data from the table: \"game_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_view","ofType":null}}}}},{"name":"game_view_aggregate","description":"fetch aggregated fields from the table: \"game_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_view_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"game_view","description":"fetch data from the table: \"game_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_view","ofType":null}}}}},{"name":"game_view_aggregate","description":"fetch aggregated fields from the table: \"game_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_view_aggregate","ofType":null}}},{"name":"game_view_stream","description":"fetch data from the table in a streaming manner: \"game_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_view","ofType":null}}}}}]},"inputTypes":[{"name":"game_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"game_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"Program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}},{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_bool_exp","ofType":null}}}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"division_ids","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_array_comparison_exp","ofType":null}},{"name":"division_names","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"event_contexts","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"jsonb_comparison_exp","ofType":null}},{"name":"event_ids","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_array_comparison_exp","ofType":null}},{"name":"event_names","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"has_player_boxscore","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_tie","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_game_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"time_comparison_exp","ofType":null}},{"name":"score_margin","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"stage_ids","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_array_comparison_exp","ofType":null}},{"name":"stage_names","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_1_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"team_1_display_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_1_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"team_1_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_1_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_1_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_1_resolution_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_1_score","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"team_1_source_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_2_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"team_2_display_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_2_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"team_2_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_2_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_2_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_2_resolution_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_2_score","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"team_2_source_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"venue_city","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"venue_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"venue_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"venue_region","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"winner_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"winner_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"game_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"game_view\".","fields":[{"name":"Program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_ids","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_names","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_contexts","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_ids","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_names","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_player_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_tie","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_game_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"score_margin","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"stage_ids","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"stage_names","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_resolution_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_1_source_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_resolution_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_2_source_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_city","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"venue_region","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"winner_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"winner_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"game_view_select_column","kind":"ENUM","description":"select columns of table \"game_view\"","fields":[],"enumValues":[{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_ids","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_names","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_contexts","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_ids","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_names","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_player_boxscore","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_tie","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_game_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"scheduled_time","description":"column name","deprecated":false,"deprecationReason":null},{"name":"score_margin","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_phase","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_label","description":"column name","deprecated":false,"deprecationReason":null},{"name":"stage_ids","description":"column name","deprecated":false,"deprecationReason":null},{"name":"stage_names","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_counts_for_official_record","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_is_synthesized","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_resolution_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_score","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_1_source_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_counts_for_official_record","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_is_synthesized","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_resolution_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_score","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_2_source_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"timezone_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_city","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"venue_region","description":"column name","deprecated":false,"deprecationReason":null},{"name":"winner_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"winner_program_name","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"game_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"game_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"game_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"division_ids","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}},{"name":"division_names","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"event_contexts","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null}},{"name":"event_ids","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}},{"name":"event_names","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"has_player_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_tie","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_game_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"scheduled_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"scheduled_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"scheduled_time","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"time","ofType":null}},{"name":"score_margin","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_phase","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_label","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"stage_ids","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}},{"name":"stage_names","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_1_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"team_1_display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_1_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"team_1_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_1_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_1_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_1_resolution_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_1_score","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_1_source_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_2_counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"team_2_display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_2_is_synthesized","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"team_2_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_2_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_2_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_2_resolution_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_2_score","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_2_source_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"timezone_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"venue_city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"venue_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"venue_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"venue_region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"winner_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"winner_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"ncaa_conference_view","databaseType":"view","estimatedRows":0,"description":"One NCAA D-I program entry in its season-specific regular-season conference team_group. Conference realignment produces a different membership in the applicable season.","columns":[{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"regular_season_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"conference_group_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"conference_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_independent","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"valid_from","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"valid_to","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[],"viewDefinition":" SELECT season.id AS competition_season_id,\n    season.name AS season_name,\n    competition.id AS competition_id,\n    competition.name AS competition_name,\n    competition.gender_code,\n    regular_event.id AS regular_season_event_id,\n    membership.program_entry_id,\n    entry.program_id,\n    program.name AS program_name,\n    conference_group.id AS conference_group_id,\n    conference_group.name AS conference_name,\n    conference_group.name = 'Independent'::text AS is_independent,\n    membership.valid_from,\n    membership.valid_to\n   FROM team_group conference_group\n     JOIN competition_event regular_event ON regular_event.id = conference_group.competition_event_id\n     JOIN competition_season season ON season.id = conference_group.competition_season_id\n     JOIN competition competition ON competition.id = season.competition_id\n     JOIN team_group_membership membership ON membership.team_group_id = conference_group.id\n     JOIN program_entry entry ON entry.id = membership.program_entry_id\n     JOIN program program ON program.id = entry.program_id\n  WHERE (competition.id = ANY (ARRAY['b131d0a5-d369-5fbc-ab7e-01283eecdd85'::uuid, 'f73d0fc3-0e20-5c78-8553-f3ceb0d4bdd9'::uuid])) AND regular_event.event_type = 'regular_season'::text AND conference_group.group_type = 'conference'::text;","fields":[{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"conference_group_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"conference_group_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"conference_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"conference_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_independent","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"is_independent","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"regular_season_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"regular_season_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"valid_from","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"valid_from","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"valid_to","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"valid_to","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"ncaa_conference_view","description":"fetch data from the table: \"ncaa_conference_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ncaa_conference_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ncaa_conference_view","ofType":null}}}}},{"name":"ncaa_conference_view_aggregate","description":"fetch aggregated fields from the table: \"ncaa_conference_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ncaa_conference_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ncaa_conference_view_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"ncaa_conference_view","description":"fetch data from the table: \"ncaa_conference_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ncaa_conference_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ncaa_conference_view","ofType":null}}}}},{"name":"ncaa_conference_view_aggregate","description":"fetch aggregated fields from the table: \"ncaa_conference_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"ncaa_conference_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ncaa_conference_view_aggregate","ofType":null}}},{"name":"ncaa_conference_view_stream","description":"fetch data from the table in a streaming manner: \"ncaa_conference_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"ncaa_conference_view","ofType":null}}}}}]},"inputTypes":[{"name":"ncaa_conference_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"ncaa_conference_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_bool_exp","ofType":null}}}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"conference_group_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"conference_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"is_independent","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"regular_season_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"ncaa_conference_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"ncaa_conference_view\".","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"conference_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"conference_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_independent","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"regular_season_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"ncaa_conference_view_select_column","kind":"ENUM","description":"select columns of table \"ncaa_conference_view\"","fields":[],"enumValues":[{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"conference_group_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"conference_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_independent","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"regular_season_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"ncaa_conference_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"ncaa_conference_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"ncaa_conference_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"ncaa_conference_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"conference_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"conference_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"is_independent","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"regular_season_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"organization","databaseType":"table","estimatedRows":653,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition","column":"organization_id","schema":"public","constraint":"competition_organization_id_fkey"}]},{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"slug","type":"text","checks":[],"unique":true,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"organization_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"organization_slug_key","type":"unique","definition":"UNIQUE (slug)"}],"indexes":[{"name":"organization_pkey","definition":"CREATE UNIQUE INDEX organization_pkey ON public.organization USING btree (id)"},{"name":"organization_slug_key","definition":"CREATE UNIQUE INDEX organization_slug_key ON public.organization USING btree (slug)"}],"viewDefinition":null,"fields":[{"name":"competitions","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"competitions","using":{"foreign_key_constraint_on":{"column":"organization_id","table":{"name":"competition","schema":"public"}}}}},{"name":"competitions_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition","column":"organization_id","schema":"public","constraint":"competition_organization_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"slug","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"slug","type":"text","checks":[],"unique":true,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[{"name":"competitions","using":{"foreign_key_constraint_on":{"column":"organization_id","table":{"name":"competition","schema":"public"}}}}]},"operations":{"query":[{"name":"organization","description":"fetch data from the table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"organization_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"organization","ofType":null}}}}},{"name":"organization_aggregate","description":"fetch aggregated fields from the table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"organization_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"organization_aggregate","ofType":null}}},{"name":"organization_by_pk","description":"fetch data from the table: \"organization\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"organization","ofType":null}}],"mutation":[{"name":"delete_organization","description":"delete data from the table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"organization_mutation_response","ofType":null}},{"name":"delete_organization_by_pk","description":"delete single row from the table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"organization","ofType":null}},{"name":"insert_organization","description":"insert data into the table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"organization_mutation_response","ofType":null}},{"name":"insert_organization_one","description":"insert a single row into the table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"organization","ofType":null}},{"name":"update_organization","description":"update data of the table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"organization_mutation_response","ofType":null}},{"name":"update_organization_by_pk","description":"update single row of the table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"organization","ofType":null}},{"name":"update_organization_many","description":"update multiples rows of table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"organization_mutation_response","ofType":null}}}],"subscription":[{"name":"organization","description":"fetch data from the table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"organization_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"organization","ofType":null}}}}},{"name":"organization_aggregate","description":"fetch aggregated fields from the table: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"organization_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"organization_aggregate","ofType":null}}},{"name":"organization_by_pk","description":"fetch data from the table: \"organization\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"organization","ofType":null}},{"name":"organization_stream","description":"fetch data from the table in a streaming manner: \"organization\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"organization","ofType":null}}}}}]},"inputTypes":[{"name":"organization_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"organization\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}}},{"name":"competitions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_bool_exp","ofType":null}},{"name":"competitions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_bool_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"organization_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"organization\"","fields":[],"enumValues":[{"name":"organization_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"organization_slug_key","description":"unique or primary key constraint on columns \"slug\"","deprecated":false,"deprecationReason":null}]},{"name":"organization_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"organization\"","fields":[{"name":"competitions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_arr_rel_insert_input","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"organization_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"organization\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_on_conflict","ofType":null}}],"enumValues":[]},{"name":"organization_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"organization\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"organization_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"organization_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}],"enumValues":[]},{"name":"organization_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"organization\".","fields":[{"name":"competitions_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_aggregate_order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"organization_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: organization","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"organization_select_column","kind":"ENUM","description":"select columns of table \"organization\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"slug","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"organization_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"organization\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"organization_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"organization\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"organization_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"slug","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"organization_update_column","kind":"ENUM","description":"update columns of table \"organization\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"slug","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"organization_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"organization_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"organization_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"player","databaseType":"table","estimatedRows":456091,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"saved_list_player","column":"player_id","schema":"app_private","constraint":"saved_list_player_player_id_fkey"},{"table":"player_academic_status","column":"player_id","schema":"public","constraint":"player_academic_status_player_id_fkey"},{"table":"player_bio_observation","column":"player_id","schema":"public","constraint":"player_bio_observation_player_id_fkey"},{"table":"player_combine_measurement","column":"player_id","schema":"public","constraint":"player_combine_measurement_player_id_fkey"},{"table":"player_competition_event","column":"player_id","schema":"public","constraint":"player_competition_event_player_id_fkey"},{"table":"player_competition_season","column":"player_id","schema":"public","constraint":"player_competition_season_player_id_fkey"},{"table":"player_contract","column":"player_id","schema":"public","constraint":"player_contract_player_id_fkey"},{"table":"player_draft_pick","column":"player_id","schema":"public","constraint":"player_draft_pick_player_id_fkey"},{"table":"player_education","column":"player_id","schema":"public","constraint":"player_education_player_id_fkey"},{"table":"player_eligibility_observation","column":"player_id","schema":"public","constraint":"player_eligibility_observation_player_id_fkey"},{"table":"player_game","column":"player_id","schema":"public","constraint":"player_game_player_id_fkey"},{"table":"player_measurement","column":"player_id","schema":"public","constraint":"player_measurement_player_id_fkey"},{"table":"player_name","column":"player_id","schema":"public","constraint":"player_name_player_id_fkey"},{"table":"player_position_observation","column":"player_id","schema":"public","constraint":"player_position_observation_player_id_fkey"},{"table":"player_recruit_ranking","column":"player_id","schema":"public","constraint":"player_recruit_ranking_player_id_fkey"},{"table":"player_recruiting_event","column":"player_id","schema":"public","constraint":"player_recruiting_event_player_id_fkey"},{"table":"player_social_account","column":"player_id","schema":"public","constraint":"player_social_account_player_id_fkey"},{"table":"player_transfer","column":"player_id","schema":"public","constraint":"player_transfer_player_id_fkey"},{"table":"roster_membership","column":"player_id","schema":"public","constraint":"roster_membership_player_id_fkey"}]},{"name":"canonical_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"first_name","type":"text","checks":[],"unique":false,"comment":"Current serving snapshot selected from preferred/source player names.","default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"last_name","type":"text","checks":[],"unique":false,"comment":"Current serving snapshot selected from preferred/source player names.","default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"birth_date","type":"date","checks":[],"unique":false,"comment":"Derived current snapshot; authoritative history remains in player_bio_observation.","default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"height_in","type":"numeric","checks":[{"name":"player_current_height_in_check","definition":"CHECK (height_in IS NULL OR height_in >= 36::numeric AND height_in <= 100::numeric)"}],"unique":false,"comment":"Modal height in inches from the five most recent valid measurement contexts.","default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"weight_lb","type":"numeric","checks":[{"name":"player_current_weight_lb_check","definition":"CHECK (weight_lb IS NULL OR weight_lb >= 40::numeric AND weight_lb <= 500::numeric)"}],"unique":false,"comment":"Modal weight in pounds from the five most recent valid measurement contexts.","default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"wingspan_in","type":"numeric","checks":[{"name":"player_current_wingspan_in_check","definition":"CHECK (wingspan_in IS NULL OR wingspan_in >= 36::numeric AND wingspan_in <= 120::numeric)"}],"unique":false,"comment":"Modal wingspan in inches from the five most recent valid measurement contexts.","default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"position_code","type":"text","checks":[{"name":"player_current_position_code_check","definition":"CHECK (position_code IS NULL OR (position_code = ANY (ARRAY['G'::text, 'F'::text, 'C'::text])))"}],"unique":false,"comment":"Current broad position G/F/C derived from recent position observations; null on a modal tie.","default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"hometown","type":"text","checks":[{"name":"player_hometown_country_code_format_ck","definition":"CHECK (hometown_country_code IS NULL OR btrim(hometown_country_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_hometown_region_code_format_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_region_code ~ '^[A-Z0-9-]{1,8}$'::text)"},{"name":"player_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":"Modal hometown from the five most recent nonempty bio contexts.","default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"nationality_code","type":"character(2)","checks":[{"name":"player_current_nationality_code_check","definition":"CHECK (nationality_code IS NULL OR btrim(nationality_code::text) ~ '^[A-Z]{2}$'::text)"}],"unique":false,"comment":"Modal two-character nationality code from the five most recent bio contexts.","default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"bio_snapshot_refreshed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":"Time the denormalized current bio snapshot was last recomputed.","default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"hometown_country_code","type":"character(2)","checks":[{"name":"player_hometown_country_code_format_ck","definition":"CHECK (hometown_country_code IS NULL OR btrim(hometown_country_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":"ISO 3166-1 alpha-2 country for the player current hometown snapshot.","default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"hometown_region_code","type":"text","checks":[{"name":"player_hometown_region_code_format_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_region_code ~ '^[A-Z0-9-]{1,8}$'::text)"},{"name":"player_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":"Normalized state, province, territory, or analogous first-level region code for the player current hometown snapshot.","default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_current_height_in_check","type":"check","definition":"CHECK (height_in IS NULL OR height_in >= 36::numeric AND height_in <= 100::numeric)"},{"name":"player_current_nationality_code_check","type":"check","definition":"CHECK (nationality_code IS NULL OR btrim(nationality_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_current_position_code_check","type":"check","definition":"CHECK (position_code IS NULL OR (position_code = ANY (ARRAY['G'::text, 'F'::text, 'C'::text])))"},{"name":"player_current_weight_lb_check","type":"check","definition":"CHECK (weight_lb IS NULL OR weight_lb >= 40::numeric AND weight_lb <= 500::numeric)"},{"name":"player_current_wingspan_in_check","type":"check","definition":"CHECK (wingspan_in IS NULL OR wingspan_in >= 36::numeric AND wingspan_in <= 120::numeric)"},{"name":"player_hometown_country_code_format_ck","type":"check","definition":"CHECK (hometown_country_code IS NULL OR btrim(hometown_country_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_hometown_region_code_format_ck","type":"check","definition":"CHECK (hometown_region_code IS NULL OR hometown_region_code ~ '^[A-Z0-9-]{1,8}$'::text)"},{"name":"player_hometown_region_requires_country_ck","type":"check","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"},{"name":"player_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"player_hometown_location_idx","definition":"CREATE INDEX player_hometown_location_idx ON public.player USING btree (hometown_country_code, hometown_region_code) WHERE (hometown_country_code IS NOT NULL)"},{"name":"player_pkey","definition":"CREATE UNIQUE INDEX player_pkey ON public.player USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"bio_snapshot_refreshed_at","description":"Time the denormalized current bio snapshot was last recomputed.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"bio_snapshot_refreshed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":"Time the denormalized current bio snapshot was last recomputed.","default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"birth_date","description":"Derived current snapshot; authoritative history remains in player_bio_observation.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"birth_date","type":"date","checks":[],"unique":false,"comment":"Derived current snapshot; authoritative history remains in player_bio_observation.","default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"canonical_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"canonical_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"first_name","description":"Current serving snapshot selected from preferred/source player names.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"first_name","type":"text","checks":[],"unique":false,"comment":"Current serving snapshot selected from preferred/source player names.","default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"height_in","description":"Modal height in inches from the five most recent valid measurement contexts.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"height_in","type":"numeric","checks":[{"name":"player_current_height_in_check","definition":"CHECK (height_in IS NULL OR height_in >= 36::numeric AND height_in <= 100::numeric)"}],"unique":false,"comment":"Modal height in inches from the five most recent valid measurement contexts.","default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"hometown","description":"Modal hometown from the five most recent nonempty bio contexts.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"hometown","type":"text","checks":[{"name":"player_hometown_country_code_format_ck","definition":"CHECK (hometown_country_code IS NULL OR btrim(hometown_country_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_hometown_region_code_format_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_region_code ~ '^[A-Z0-9-]{1,8}$'::text)"},{"name":"player_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":"Modal hometown from the five most recent nonempty bio contexts.","default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country for the player current hometown snapshot.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"hometown_country_code","type":"character(2)","checks":[{"name":"player_hometown_country_code_format_ck","definition":"CHECK (hometown_country_code IS NULL OR btrim(hometown_country_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":"ISO 3166-1 alpha-2 country for the player current hometown snapshot.","default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code for the player current hometown snapshot.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"hometown_region_code","type":"text","checks":[{"name":"player_hometown_region_code_format_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_region_code ~ '^[A-Z0-9-]{1,8}$'::text)"},{"name":"player_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":"Normalized state, province, territory, or analogous first-level region code for the player current hometown snapshot.","default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"saved_list_player","column":"player_id","schema":"app_private","constraint":"saved_list_player_player_id_fkey"},{"table":"player_academic_status","column":"player_id","schema":"public","constraint":"player_academic_status_player_id_fkey"},{"table":"player_bio_observation","column":"player_id","schema":"public","constraint":"player_bio_observation_player_id_fkey"},{"table":"player_combine_measurement","column":"player_id","schema":"public","constraint":"player_combine_measurement_player_id_fkey"},{"table":"player_competition_event","column":"player_id","schema":"public","constraint":"player_competition_event_player_id_fkey"},{"table":"player_competition_season","column":"player_id","schema":"public","constraint":"player_competition_season_player_id_fkey"},{"table":"player_contract","column":"player_id","schema":"public","constraint":"player_contract_player_id_fkey"},{"table":"player_draft_pick","column":"player_id","schema":"public","constraint":"player_draft_pick_player_id_fkey"},{"table":"player_education","column":"player_id","schema":"public","constraint":"player_education_player_id_fkey"},{"table":"player_eligibility_observation","column":"player_id","schema":"public","constraint":"player_eligibility_observation_player_id_fkey"},{"table":"player_game","column":"player_id","schema":"public","constraint":"player_game_player_id_fkey"},{"table":"player_measurement","column":"player_id","schema":"public","constraint":"player_measurement_player_id_fkey"},{"table":"player_name","column":"player_id","schema":"public","constraint":"player_name_player_id_fkey"},{"table":"player_position_observation","column":"player_id","schema":"public","constraint":"player_position_observation_player_id_fkey"},{"table":"player_recruit_ranking","column":"player_id","schema":"public","constraint":"player_recruit_ranking_player_id_fkey"},{"table":"player_recruiting_event","column":"player_id","schema":"public","constraint":"player_recruiting_event_player_id_fkey"},{"table":"player_social_account","column":"player_id","schema":"public","constraint":"player_social_account_player_id_fkey"},{"table":"player_transfer","column":"player_id","schema":"public","constraint":"player_transfer_player_id_fkey"},{"table":"roster_membership","column":"player_id","schema":"public","constraint":"roster_membership_player_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"last_name","description":"Current serving snapshot selected from preferred/source player names.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"last_name","type":"text","checks":[],"unique":false,"comment":"Current serving snapshot selected from preferred/source player names.","default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"nationality_code","description":"Modal two-character nationality code from the five most recent bio contexts.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"nationality_code","type":"character(2)","checks":[{"name":"player_current_nationality_code_check","definition":"CHECK (nationality_code IS NULL OR btrim(nationality_code::text) ~ '^[A-Z]{2}$'::text)"}],"unique":false,"comment":"Modal two-character nationality code from the five most recent bio contexts.","default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_academic_statuses","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_academic_status","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_academic_statuses","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_academic_status","schema":"public"}}}}},{"name":"player_academic_statuses_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_academic_status_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_bio_observations","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_bio_observation","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_bio_observations","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_bio_observation","schema":"public"}}}}},{"name":"player_bio_observations_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_bio_observation_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_combine_measurements","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_combine_measurement","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_combine_measurements","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_combine_measurement","schema":"public"}}}}},{"name":"player_combine_measurements_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_combine_measurement_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_competition_events","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_competition_event","schema":"public"}}}}},{"name":"player_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_competition_seasons","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_competition_seasons","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_competition_season","schema":"public"}}}}},{"name":"player_competition_seasons_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_contracts","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_contracts","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_contract","schema":"public"}}}}},{"name":"player_contracts_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_draft_picks","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_draft_picks","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_draft_pick","schema":"public"}}}}},{"name":"player_draft_picks_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_educations","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_education","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_educations","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_education","schema":"public"}}}}},{"name":"player_educations_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_education_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_eligibility_observations","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_eligibility_observation","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_eligibility_observations","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_eligibility_observation","schema":"public"}}}}},{"name":"player_eligibility_observations_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_eligibility_observation_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_games","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_games","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_game","schema":"public"}}}}},{"name":"player_games_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_measurements","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_measurement","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_measurements","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_measurement","schema":"public"}}}}},{"name":"player_measurements_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_measurement_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_names","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_name","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_names","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_name","schema":"public"}}}}},{"name":"player_names_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_name_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_position_observations","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_position_observations","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_position_observation","schema":"public"}}}}},{"name":"player_position_observations_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_recruit_rankings","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_ranking","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_recruit_rankings","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_recruit_ranking","schema":"public"}}}}},{"name":"player_recruit_rankings_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_ranking_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_recruiting_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruiting_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_recruiting_events","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_recruiting_event","schema":"public"}}}}},{"name":"player_recruiting_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruiting_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_social_accounts","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_social_account","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_social_accounts","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_social_account","schema":"public"}}}}},{"name":"player_social_accounts_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_social_account_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_transfers","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_transfers","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_transfer","schema":"public"}}}}},{"name":"player_transfers_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"position_code","description":"Current broad position G/F/C derived from recent position observations; null on a modal tie.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"position_code","type":"text","checks":[{"name":"player_current_position_code_check","definition":"CHECK (position_code IS NULL OR (position_code = ANY (ARRAY['G'::text, 'F'::text, 'C'::text])))"}],"unique":false,"comment":"Current broad position G/F/C derived from recent position observations; null on a modal tie.","default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"roster_memberships","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_membership","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"roster_memberships","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"roster_membership","schema":"public"}}}}},{"name":"roster_memberships_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_membership_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"weight_lb","description":"Modal weight in pounds from the five most recent valid measurement contexts.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"weight_lb","type":"numeric","checks":[{"name":"player_current_weight_lb_check","definition":"CHECK (weight_lb IS NULL OR weight_lb >= 40::numeric AND weight_lb <= 500::numeric)"}],"unique":false,"comment":"Modal weight in pounds from the five most recent valid measurement contexts.","default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"wingspan_in","description":"Modal wingspan in inches from the five most recent valid measurement contexts.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"wingspan_in","type":"numeric","checks":[{"name":"player_current_wingspan_in_check","definition":"CHECK (wingspan_in IS NULL OR wingspan_in >= 36::numeric AND wingspan_in <= 120::numeric)"}],"unique":false,"comment":"Modal wingspan in inches from the five most recent valid measurement contexts.","default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[{"name":"player_academic_statuses","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_academic_status","schema":"public"}}}},{"name":"player_bio_observations","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_bio_observation","schema":"public"}}}},{"name":"player_combine_measurements","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_combine_measurement","schema":"public"}}}},{"name":"player_competition_events","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_competition_event","schema":"public"}}}},{"name":"player_competition_seasons","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_competition_season","schema":"public"}}}},{"name":"player_contracts","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_contract","schema":"public"}}}},{"name":"player_draft_picks","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_draft_pick","schema":"public"}}}},{"name":"player_educations","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_education","schema":"public"}}}},{"name":"player_eligibility_observations","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_eligibility_observation","schema":"public"}}}},{"name":"player_games","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_game","schema":"public"}}}},{"name":"player_measurements","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_measurement","schema":"public"}}}},{"name":"player_names","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_name","schema":"public"}}}},{"name":"player_position_observations","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_position_observation","schema":"public"}}}},{"name":"player_recruit_rankings","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_recruit_ranking","schema":"public"}}}},{"name":"player_recruiting_events","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_recruiting_event","schema":"public"}}}},{"name":"player_social_accounts","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_social_account","schema":"public"}}}},{"name":"player_transfers","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"player_transfer","schema":"public"}}}},{"name":"roster_memberships","using":{"foreign_key_constraint_on":{"column":"player_id","table":{"name":"roster_membership","schema":"public"}}}}]},"operations":{"query":[{"name":"player","description":"fetch data from the table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}}}}},{"name":"player_aggregate","description":"fetch aggregated fields from the table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_aggregate","ofType":null}}},{"name":"player_by_pk","description":"fetch data from the table: \"player\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player","ofType":null}}],"mutation":[{"name":"delete_player","description":"delete data from the table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_mutation_response","ofType":null}},{"name":"delete_player_by_pk","description":"delete single row from the table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player","ofType":null}},{"name":"insert_player","description":"insert data into the table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_mutation_response","ofType":null}},{"name":"insert_player_one","description":"insert a single row into the table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player","ofType":null}},{"name":"update_player","description":"update data of the table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_mutation_response","ofType":null}},{"name":"update_player_by_pk","description":"update single row of the table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player","ofType":null}},{"name":"update_player_many","description":"update multiples rows of table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_mutation_response","ofType":null}}}],"subscription":[{"name":"player","description":"fetch data from the table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}}}}},{"name":"player_aggregate","description":"fetch aggregated fields from the table: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_aggregate","ofType":null}}},{"name":"player_by_pk","description":"fetch data from the table: \"player\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player","ofType":null}},{"name":"player_stream","description":"fetch data from the table in a streaming manner: \"player\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}}}}}]},"inputTypes":[{"name":"player_academic_status_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_academic_status_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_academic_status\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_academic_status\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_academic_status\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}}},{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_academic_status\"","fields":[],"enumValues":[{"name":"player_academic_status_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_academic_status_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_academic_status\"","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_academic_status\"","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_academic_status\"","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_academic_status\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_academic_status\".","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_academic_status","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_academic_status_select_column","kind":"ENUM","description":"select columns of table \"player_academic_status\"","fields":[],"enumValues":[{"name":"class_kind","description":"column name","deprecated":false,"deprecationReason":null},{"name":"class_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status_text","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_academic_status_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_academic_status\"","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_academic_status\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_update_column","kind":"ENUM","description":"update columns of table \"player_academic_status\"","fields":[],"enumValues":[{"name":"class_kind","description":"column name","deprecated":false,"deprecationReason":null},{"name":"class_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status_text","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_academic_status_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_academic_status_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_bio_observation_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_bio_observation\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_bio_observation\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_bio_observation\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}}},{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"hometown_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"hometown_region_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_bio_observation\"","fields":[],"enumValues":[{"name":"player_bio_observation_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_bio_observation_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_bio_observation\"","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_bio_observation\"","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_bio_observation\"","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_bio_observation\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_bio_observation\".","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_region_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_bio_observation","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_bio_observation_select_column","kind":"ENUM","description":"select columns of table \"player_bio_observation\"","fields":[],"enumValues":[{"name":"birth_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_region_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"nationality_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_bio_observation_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_bio_observation\"","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_bio_observation\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_update_column","kind":"ENUM","description":"update columns of table \"player_bio_observation\"","fields":[],"enumValues":[{"name":"birth_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_region_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"nationality_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_bio_observation_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}}},{"name":"bio_snapshot_refreshed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"canonical_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"hometown_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"hometown_region_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"player_academic_statuses","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}},{"name":"player_academic_statuses_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_aggregate_bool_exp","ofType":null}},{"name":"player_bio_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}},{"name":"player_bio_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_aggregate_bool_exp","ofType":null}},{"name":"player_combine_measurements","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}},{"name":"player_combine_measurements_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_aggregate_bool_exp","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp","ofType":null}},{"name":"player_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"player_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp","ofType":null}},{"name":"player_contracts","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"player_contracts_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_aggregate_bool_exp","ofType":null}},{"name":"player_draft_picks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"player_draft_picks_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_bool_exp","ofType":null}},{"name":"player_educations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}},{"name":"player_educations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_aggregate_bool_exp","ofType":null}},{"name":"player_eligibility_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}},{"name":"player_eligibility_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_aggregate_bool_exp","ofType":null}},{"name":"player_games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}},{"name":"player_games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_aggregate_bool_exp","ofType":null}},{"name":"player_measurements","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}},{"name":"player_measurements_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_aggregate_bool_exp","ofType":null}},{"name":"player_names","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}},{"name":"player_names_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_aggregate_bool_exp","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp","ofType":null}},{"name":"player_recruit_rankings","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}},{"name":"player_recruit_rankings_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_aggregate_bool_exp","ofType":null}},{"name":"player_recruiting_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}},{"name":"player_recruiting_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_aggregate_bool_exp","ofType":null}},{"name":"player_social_accounts","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}},{"name":"player_social_accounts_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_aggregate_bool_exp","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"roster_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}},{"name":"roster_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_aggregate_bool_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column_player_combine_measurement_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_combine_measurement_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column_player_combine_measurement_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_combine_measurement_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_combine_measurement_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_combine_measurement\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_combine_measurement\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_combine_measurement\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}}},{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"max_touch_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"standing_reach_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"standing_touch_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_combine_measurement\"","fields":[],"enumValues":[{"name":"player_combine_measurement_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_combine_measurement_player_id_provider_combine_year_key","description":"unique or primary key constraint on columns \"provider\", \"combine_year\", \"player_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_combine_measurement_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_combine_measurement\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_combine_measurement\".","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_combine_measurement","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_combine_measurement_select_column","kind":"ENUM","description":"select columns of table \"player_combine_measurement\"","fields":[],"enumValues":[{"name":"combine_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hand_length_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hand_width_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_without_shoes_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"lane_agility_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"max_touch_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"max_vertical_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"modified_lane_agility_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"provider","description":"column name","deprecated":false,"deprecationReason":null},{"name":"standing_reach_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"standing_touch_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"standing_vertical_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_quarter_sprint_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lb","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_delta_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_in","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_combine_measurement_select_column_player_combine_measurement_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_combine_measurement_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_combine_measurement\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_combine_measurement_select_column_player_combine_measurement_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_combine_measurement_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_combine_measurement\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_combine_measurement_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_combine_measurement\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_update_column","kind":"ENUM","description":"update columns of table \"player_combine_measurement\"","fields":[],"enumValues":[{"name":"combine_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hand_length_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hand_width_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_without_shoes_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"lane_agility_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"max_vertical_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"modified_lane_agility_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"provider","description":"column name","deprecated":false,"deprecationReason":null},{"name":"standing_reach_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"standing_vertical_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_quarter_sprint_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lb","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_in","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_combine_measurement_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_combine_measurement_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column_player_competition_event_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_event_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column_player_competition_event_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_event_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_event_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_competition_event\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_competition_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_competition_event\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_competition_event\"","fields":[],"enumValues":[{"name":"player_competition_event_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_competition_event_player_id_competition_event_id_pro_key","description":"unique or primary key constraint on columns \"competition_event_id\", \"program_entry_id\", \"player_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_event_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_competition_event\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_competition_event\".","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_competition_event","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_competition_event_select_column","kind":"ENUM","description":"select columns of table \"player_competition_event\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_event_select_column_player_competition_event_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_competition_event_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_competition_event\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_event_select_column_player_competition_event_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_competition_event_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_competition_event\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_event_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_competition_event\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_update_column","kind":"ENUM","description":"update columns of table \"player_competition_event\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_event_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_event_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column_player_competition_season_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_season_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column_player_competition_season_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_season_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_season_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_competition_season\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_competition_season\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_competition_season\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_competition_season\"","fields":[],"enumValues":[{"name":"player_competition_season_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_competition_season_player_id_competition_season_id_p_key","description":"unique or primary key constraint on columns \"player_id\", \"program_id\", \"season_division_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_season_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_competition_season\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_competition_season\".","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_competition_season","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_competition_season_select_column","kind":"ENUM","description":"select columns of table \"player_competition_season\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_season_select_column_player_competition_season_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_competition_season_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_competition_season\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_season_select_column_player_competition_season_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_competition_season_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_competition_season\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_season_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_competition_season\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_update_column","kind":"ENUM","description":"update columns of table \"player_competition_season\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_season_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_season_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_competition_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}}}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"player_competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_competition_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_competition_view\".","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_view_select_column","kind":"ENUM","description":"select columns of table \"player_competition_view\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_competition_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_competition_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_conference_stats_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_conference_stats_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}}}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"conference_group_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"conference_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_conference_stats_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_conference_stats_view\".","fields":[{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"conference_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"conference_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_conference_stats_view_select_column","kind":"ENUM","description":"select columns of table \"player_conference_stats_view\"","fields":[],"enumValues":[{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"conference_group_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"conference_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_conference_stats_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_conference_stats_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_conference_stats_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"conference_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"conference_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player\"","fields":[],"enumValues":[{"name":"player_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_contract_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column_player_contract_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column_player_contract_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_contract\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_contract\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_contract_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_contract\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}}},{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_contract_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"player_contract_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_contract_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_contract\"","fields":[],"enumValues":[{"name":"player_contract_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_contract_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_contract\"","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_contract_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_arr_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_contract\"","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_contract\"","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"player_contract\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_contract_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_contract\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_contract_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_contract\".","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_contract_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_contract","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_contract_season\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_contract_season\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_contract_season\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}},{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_contract","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_contract_season\"","fields":[],"enumValues":[{"name":"player_contract_season_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_contract_season_player_contract_id_competition_seaso_key","description":"unique or primary key constraint on columns \"player_contract_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_contract","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_obj_rel_insert_input","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_contract_season\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_contract_season\".","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_contract","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_contract_season","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_select_column","kind":"ENUM","description":"select columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"cap_hit","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"guaranteed_amount","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_contract_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"salary","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_contract_season_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_contract_season_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_contract_season\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_update_column","kind":"ENUM","description":"update columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"cap_hit","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"guaranteed_amount","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_contract_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"salary","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_select_column","kind":"ENUM","description":"select columns of table \"player_contract\"","fields":[],"enumValues":[{"name":"contract_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"currency_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ends_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"signed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"starts_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_value","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_select_column_player_contract_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_contract_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_contract\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_select_column_player_contract_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_contract_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_contract\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_contract\"","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_contract\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_contract_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_update_column","kind":"ENUM","description":"update columns of table \"player_contract\"","fields":[],"enumValues":[{"name":"contract_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"currency_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ends_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"signed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"starts_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_value","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_current_transfer_status_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_current_transfer_status\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}}}},{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_current_transfer_status_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_current_transfer_status\".","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_current_transfer_status_select_column","kind":"ENUM","description":"select columns of table \"player_current_transfer_status\"","fields":[],"enumValues":[{"name":"committed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"date_confirmed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"enrolled_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_in_portal","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"portal_entered_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"transfer_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_current_transfer_status_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_current_transfer_status\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_current_transfer_status_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column_player_draft_pick_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_draft_pick_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column_player_draft_pick_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_draft_pick_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_draft_pick_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_draft_pick\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_draft_pick\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_draft_pick\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"draft_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_draft_pick\"","fields":[],"enumValues":[{"name":"player_draft_pick_draft_event_id_overall_pick_key","description":"unique or primary key constraint on columns \"draft_event_id\", \"overall_pick\"","deprecated":false,"deprecationReason":null},{"name":"player_draft_pick_draft_event_id_round_number_pick_in_round_key","description":"unique or primary key constraint on columns \"draft_event_id\", \"pick_in_round\", \"round_number\"","deprecated":false,"deprecationReason":null},{"name":"player_draft_pick_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_draft_pick_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_draft_pick\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"draft_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_obj_rel_insert_input","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_draft_pick\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_draft_pick\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_draft_pick\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_draft_pick\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_order_by","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_draft_pick","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_draft_pick_select_column","kind":"ENUM","description":"select columns of table \"player_draft_pick\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"draft_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"drafting_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"drafting_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"overall_pick","description":"column name","deprecated":false,"deprecationReason":null},{"name":"pick_in_round","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"round_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"selection_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_draft_pick_select_column_player_draft_pick_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_draft_pick_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_draft_pick\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_draft_pick_select_column_player_draft_pick_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_draft_pick_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_draft_pick\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_draft_pick_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_draft_pick\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_draft_pick\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_update_column","kind":"ENUM","description":"update columns of table \"player_draft_pick\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"draft_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"drafting_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"drafting_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"overall_pick","description":"column name","deprecated":false,"deprecationReason":null},{"name":"pick_in_round","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"round_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"selection_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_draft_pick_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_draft_pick_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_education_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_education_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_education_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_education\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_education_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_education\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_education_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_education\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_education_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_education\"","fields":[],"enumValues":[{"name":"player_education_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_education_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_education\"","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_education_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_education\"","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_education_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_education\"","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_education_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_education\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_education_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_education\".","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_education_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_education","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_education_select_column","kind":"ENUM","description":"select columns of table \"player_education\"","fields":[],"enumValues":[{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"education_level","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"institution_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_education_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_education\"","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_education_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_education\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_education_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_education_update_column","kind":"ENUM","description":"update columns of table \"player_education\"","fields":[],"enumValues":[{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"education_level","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"institution_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_education_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_eligibility_observation_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_eligibility_observation_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_eligibility_observation\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_eligibility_observation\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_eligibility_observation\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_eligibility_observation\"","fields":[],"enumValues":[{"name":"player_eligibility_observation_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_eligibility_observation_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_eligibility_observation\"","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_eligibility_observation\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_eligibility_observation\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_eligibility_observation\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_eligibility_observation\".","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_eligibility_observation","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_eligibility_observation_select_column","kind":"ENUM","description":"select columns of table \"player_eligibility_observation\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"eligibility_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"remaining_seasons","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_eligibility_observation_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_eligibility_observation\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_eligibility_observation\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_update_column","kind":"ENUM","description":"update columns of table \"player_eligibility_observation\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"eligibility_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"remaining_seasons","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_eligibility_observation_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_eligibility_observation_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_event_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_event_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}}}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"player_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_event_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_event_view\".","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_event_view_select_column","kind":"ENUM","description":"select columns of table \"player_event_view\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_event_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_event_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_event_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_game_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_game_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column_player_game_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_game_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column_player_game_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_game_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_game_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_game\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_game\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_game_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_game\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}}},{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_game_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_game\"","fields":[],"enumValues":[{"name":"player_game_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_game_player_id_team_game_id_key","description":"unique or primary key constraint on columns \"player_id\", \"team_game_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_game_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_game_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_obj_rel_insert_input","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_game\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_game_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_game\".","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_game","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_game_resolved_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_game_resolved\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}},{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_game_resolved\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_game_resolved\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_game_resolved\".","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_select_column","kind":"ENUM","description":"select columns of table \"player_game_resolved\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"resolved_player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"started","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_resolved_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_game_resolved\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_game_resolved\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_game_select_column","kind":"ENUM","description":"select columns of table \"player_game\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"started","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_select_column_player_game_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_game_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_game\"","fields":[],"enumValues":[{"name":"started","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_select_column_player_game_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_game_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_game\"","fields":[],"enumValues":[{"name":"started","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_game\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_game_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_update_column","kind":"ENUM","description":"update columns of table \"player_game\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"started","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_game_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player\"","fields":[{"name":"height_in","description":"Modal height in inches from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"weight_lb","description":"Modal weight in pounds from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":"Modal wingspan in inches from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player\"","fields":[{"name":"bio_snapshot_refreshed_at","description":"Time the denormalized current bio snapshot was last recomputed.","defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"birth_date","description":"Derived current snapshot; authoritative history remains in player_bio_observation.","defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"canonical_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"first_name","description":"Current serving snapshot selected from preferred/source player names.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"height_in","description":"Modal height in inches from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hometown","description":"Modal hometown from the five most recent nonempty bio contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country for the player current hometown snapshot.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code for the player current hometown snapshot.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"last_name","description":"Current serving snapshot selected from preferred/source player names.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"nationality_code","description":"Modal two-character nationality code from the five most recent bio contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"player_academic_statuses","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_arr_rel_insert_input","ofType":null}},{"name":"player_bio_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_arr_rel_insert_input","ofType":null}},{"name":"player_combine_measurements","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_arr_rel_insert_input","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_arr_rel_insert_input","ofType":null}},{"name":"player_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_arr_rel_insert_input","ofType":null}},{"name":"player_contracts","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_arr_rel_insert_input","ofType":null}},{"name":"player_draft_picks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_arr_rel_insert_input","ofType":null}},{"name":"player_educations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_arr_rel_insert_input","ofType":null}},{"name":"player_eligibility_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_arr_rel_insert_input","ofType":null}},{"name":"player_games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_arr_rel_insert_input","ofType":null}},{"name":"player_measurements","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_arr_rel_insert_input","ofType":null}},{"name":"player_names","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_arr_rel_insert_input","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_arr_rel_insert_input","ofType":null}},{"name":"player_recruit_rankings","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_arr_rel_insert_input","ofType":null}},{"name":"player_recruiting_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_arr_rel_insert_input","ofType":null}},{"name":"player_social_accounts","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_arr_rel_insert_input","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_arr_rel_insert_input","ofType":null}},{"name":"position_code","description":"Current broad position G/F/C derived from recent position observations; null on a modal tie.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"roster_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_arr_rel_insert_input","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"weight_lb","description":"Modal weight in pounds from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":"Modal wingspan in inches from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_measurement_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_measurement_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_measurement_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_measurement\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_measurement\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_measurement_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_measurement\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_measurement_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_measurement\"","fields":[],"enumValues":[{"name":"player_measurement_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_measurement_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_measurement_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_measurement\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_measurement_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_measurement\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_measurement\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_measurement\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_measurement_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_measurement\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_measurement","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_measurement_select_column","kind":"ENUM","description":"select columns of table \"player_measurement\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"measured_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lb","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_in","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_measurement_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_measurement\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_measurement_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_measurement\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_measurement_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_measurement_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_update_column","kind":"ENUM","description":"update columns of table \"player_measurement\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"measured_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lb","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_in","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_measurement_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_measurement_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_name_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_name_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_name_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_name\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_name_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_name\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_name_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_name\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}}},{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_name_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_name\"","fields":[],"enumValues":[{"name":"player_name_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_name_player_id_name_type_full_name_key","description":"unique or primary key constraint on columns \"full_name\", \"name_type\", \"player_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_name_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_name\"","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_name_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_name\"","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_name_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_name\"","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_name_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_name\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_name_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_name\".","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_name_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_name","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_name_select_column","kind":"ENUM","description":"select columns of table \"player_name\"","fields":[],"enumValues":[{"name":"first_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"full_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"last_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_name_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_name\"","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_name_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_name\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_name_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_name_update_column","kind":"ENUM","description":"update columns of table \"player_name\"","fields":[],"enumValues":[{"name":"first_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"full_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"last_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_name_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"player\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player\".","fields":[{"name":"bio_snapshot_refreshed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"canonical_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_region_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_academic_statuses_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_aggregate_order_by","ofType":null}},{"name":"player_bio_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_aggregate_order_by","ofType":null}},{"name":"player_combine_measurements_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_aggregate_order_by","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_order_by","ofType":null}},{"name":"player_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_order_by","ofType":null}},{"name":"player_contracts_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_aggregate_order_by","ofType":null}},{"name":"player_draft_picks_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_order_by","ofType":null}},{"name":"player_educations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_aggregate_order_by","ofType":null}},{"name":"player_eligibility_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_aggregate_order_by","ofType":null}},{"name":"player_games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_aggregate_order_by","ofType":null}},{"name":"player_measurements_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_aggregate_order_by","ofType":null}},{"name":"player_names_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_aggregate_order_by","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_order_by","ofType":null}},{"name":"player_recruit_rankings_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_aggregate_order_by","ofType":null}},{"name":"player_recruiting_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_aggregate_order_by","ofType":null}},{"name":"player_social_accounts_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_aggregate_order_by","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_order_by","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"roster_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_aggregate_order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_overview_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_overview\". All fields are combined with a logical 'AND'.","fields":[{"name":"Birthdate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"Class","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Class_Year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"Draft_Competition_ID","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"Draft_Competition_Name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Draft_Date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"Draft_Event_ID","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"Draft_Name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Draft_Overall_Pick","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"Draft_Pick_Count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"Draft_Pick_In_Round","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"Draft_Picks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"jsonb_comparison_exp","ofType":null}},{"name":"Draft_Round","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"Draft_Selection_Status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Draft_Year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"Drafting_Program_ID","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"Drafting_Program_Name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Gender","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"Height_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"High_School","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Hometown","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Hometown_Country_Code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"Hometown_Region_Code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Is_Drafted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"Is_In_Portal","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"Player_ID","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"Player_Name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Position","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Transfer_Status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Weight_lbs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}}}}],"enumValues":[]},{"name":"player_overview_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_overview\".","fields":[{"name":"Birthdate","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Class","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Class_Year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Competition_ID","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Competition_Name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Event_ID","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Overall_Pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Pick_Count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Pick_In_Round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Picks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Selection_Status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Drafting_Program_ID","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Drafting_Program_Name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Gender","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"High_School","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Hometown_Country_Code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Hometown_Region_Code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Is_Drafted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Is_In_Portal","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Player_ID","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Player_Name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Position","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Transfer_Status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Weight_lbs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_overview_select_column","kind":"ENUM","description":"select columns of table \"player_overview\"","fields":[],"enumValues":[{"name":"Birthdate","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Class","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Class_Year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Competition_ID","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Competition_Name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Event_ID","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Overall_Pick","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Pick_Count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Pick_In_Round","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Picks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Round","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Selection_Status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Drafting_Program_ID","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Drafting_Program_Name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Gender","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Height_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"High_School","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Hometown_Country_Code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Hometown_Region_Code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Is_Drafted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Is_In_Portal","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Player_ID","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Player_Name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Position","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Transfer_Status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Weight_lbs","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_overview_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_overview\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_overview_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"Birthdate","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"Class","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Class_Year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"Draft_Competition_ID","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"Draft_Competition_Name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Draft_Date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"Draft_Event_ID","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"Draft_Name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Draft_Overall_Pick","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"Draft_Pick_Count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"Draft_Pick_In_Round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"Draft_Picks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null}},{"name":"Draft_Round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"Draft_Selection_Status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Draft_Year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"Drafting_Program_ID","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"Drafting_Program_Name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Gender","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"Height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"High_School","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Hometown_Country_Code","description":"ISO-style country code for the canonical hometown snapshot, such as US or CA.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"Hometown_Region_Code","description":"Country subdivision code for the canonical hometown snapshot, such as TX or ON; interpret with Hometown_Country_Code.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Is_Drafted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"Is_In_Portal","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"Player_ID","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"Player_Name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Position","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Transfer_Status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Weight_lbs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column_player_position_observation_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column_player_position_observation_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_position_observation\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_position_observation\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_position_observation\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_position_observation\"","fields":[],"enumValues":[{"name":"player_position_observation_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_position_observation_player_id_position_code_source__key","description":"unique or primary key constraint on columns \"competition_event_id\", \"program_entry_id\", \"source_position_text\", \"source_system\", \"player_id\", \"recruit_ranking_release_id\", \"position_code\"","deprecated":false,"deprecationReason":null}]},{"name":"player_position_observation_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_position_observation\"","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_obj_rel_insert_input","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_position_observation\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_position_observation\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_position_observation\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_position_observation\".","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_position_observation","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_select_column","kind":"ENUM","description":"select columns of table \"player_position_observation\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"evidence_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"position_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"recruit_ranking_release_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_position_text","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_system","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_position_observation_select_column_player_position_observation_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_position_observation_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_position_observation\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_position_observation_select_column_player_position_observation_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_position_observation_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_position_observation\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_position_observation_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_position_observation\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_position_observation\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_update_column","kind":"ENUM","description":"update columns of table \"player_position_observation\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"evidence_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"position_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"recruit_ranking_release_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_position_text","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_system","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_position_observation_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_info_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_recruit_info\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}}}},{"name":"best_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"commitment_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"commitment_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"commitments","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"jsonb_comparison_exp","ofType":null}},{"name":"committed_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"committed_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"final_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"final_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"final_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"high_school","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"latest_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"latest_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"latest_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"offer_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"offers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"jsonb_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"position","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"ranking_history","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"jsonb_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_recruit_info_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_recruit_info\".","fields":[{"name":"best_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"commitment_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"commitment_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"commitments","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"committed_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"committed_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"high_school","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"latest_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"latest_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"latest_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offer_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"position","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ranking_history","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_info_select_column","kind":"ENUM","description":"select columns of table \"player_recruit_info\"","fields":[],"enumValues":[{"name":"best_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"class_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"commitment_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"commitment_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"commitments","description":"column name","deprecated":false,"deprecationReason":null},{"name":"committed_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"committed_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"final_247_composite_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"final_espn_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"final_top247_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender","description":"column name","deprecated":false,"deprecationReason":null},{"name":"high_school","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"latest_247_composite_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"latest_espn_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"latest_top247_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offer_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"position","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ranking_history","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_info_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_recruit_info\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_recruit_info_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"best_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"commitment_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"commitment_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"commitments","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null}},{"name":"committed_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"committed_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"final_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"final_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"final_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"high_school","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"latest_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"latest_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"latest_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offer_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"position","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"ranking_history","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column_player_recruit_ranking_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruit_ranking_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column_player_recruit_ranking_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruit_ranking_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruit_ranking_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_recruit_ranking\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_recruit_ranking\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_recruit_ranking\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_recruit_ranking\"","fields":[],"enumValues":[{"name":"player_recruit_ranking_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_recruit_ranking_recruit_ranking_release_id_player_id_key","description":"unique or primary key constraint on columns \"player_id\", \"recruit_ranking_release_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_ranking_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_recruit_ranking\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_obj_rel_insert_input","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_recruit_ranking\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_recruit_ranking\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_recruit_ranking\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_recruit_ranking\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_recruit_ranking","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_recruit_ranking_select_column","kind":"ENUM","description":"select columns of table \"player_recruit_ranking\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"recruit_ranking_release_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_ranking_select_column_player_recruit_ranking_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_recruit_ranking_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_recruit_ranking\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_ranking_select_column_player_recruit_ranking_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_recruit_ranking_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_recruit_ranking\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_ranking_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_recruit_ranking\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_recruit_ranking\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_update_column","kind":"ENUM","description":"update columns of table \"player_recruit_ranking\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"recruit_ranking_release_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_ranking_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruit_ranking_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column_player_recruiting_event_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruiting_event_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column_player_recruiting_event_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruiting_event_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruiting_event_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_recruiting_event\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_recruiting_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_recruiting_event\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_recruiting_event\"","fields":[],"enumValues":[{"name":"player_recruiting_event_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_recruiting_event_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_recruiting_event\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_recruiting_event\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_recruiting_event\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_recruiting_event\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_recruiting_event\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_recruiting_event","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_recruiting_event_select_column","kind":"ENUM","description":"select columns of table \"player_recruiting_event\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"target_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"target_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruiting_event_select_column_player_recruiting_event_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_recruiting_event_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_recruiting_event\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruiting_event_select_column_player_recruiting_event_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_recruiting_event_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_recruiting_event\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruiting_event_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_recruiting_event\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_recruiting_event\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_update_column","kind":"ENUM","description":"update columns of table \"player_recruiting_event\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"target_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"target_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruiting_event_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_season_summary_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_season_summary\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}}}},{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_season_summary_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_season_summary\".","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_season_summary_select_column","kind":"ENUM","description":"select columns of table \"player_season_summary\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_season_summary_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_season_summary\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_season_summary_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}}],"enumValues":[]},{"name":"player_select_column","kind":"ENUM","description":"select columns of table \"player\"","fields":[],"enumValues":[{"name":"bio_snapshot_refreshed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"birth_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"canonical_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"first_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_region_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"last_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"nationality_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"position_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lb","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_in","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player\"","fields":[{"name":"bio_snapshot_refreshed_at","description":"Time the denormalized current bio snapshot was last recomputed.","defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"birth_date","description":"Derived current snapshot; authoritative history remains in player_bio_observation.","defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"canonical_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"first_name","description":"Current serving snapshot selected from preferred/source player names.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"height_in","description":"Modal height in inches from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hometown","description":"Modal hometown from the five most recent nonempty bio contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country for the player current hometown snapshot.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code for the player current hometown snapshot.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"last_name","description":"Current serving snapshot selected from preferred/source player names.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"nationality_code","description":"Modal two-character nationality code from the five most recent bio contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"position_code","description":"Current broad position G/F/C derived from recent position observations; null on a modal tie.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"weight_lb","description":"Modal weight in pounds from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":"Modal wingspan in inches from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_social_account_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_social_account_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column_player_social_account_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_social_account_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column_player_social_account_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_social_account_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_social_account_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_social_account\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_social_account_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_social_account\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_social_account_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_social_account\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_verified","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_social_account_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_social_account\"","fields":[],"enumValues":[{"name":"player_social_account_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_social_account_player_platform_handle_uq","description":"unique or primary key constraint on columns \"platform\", \"player_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_social_account_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_social_account\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_verified","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_social_account_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_social_account\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_social_account_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_social_account\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_social_account_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_social_account\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_social_account_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_social_account\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_verified","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_social_account_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_social_account","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_social_account_select_column","kind":"ENUM","description":"select columns of table \"player_social_account\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"handle","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_verified","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"platform","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"profile_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_social_account_select_column_player_social_account_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_social_account_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_social_account\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_verified","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_social_account_select_column_player_social_account_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_social_account_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_social_account\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_verified","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_social_account_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_social_account\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_verified","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_social_account_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_social_account\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_social_account_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_verified","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_social_account_update_column","kind":"ENUM","description":"update columns of table \"player_social_account\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"handle","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_verified","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"platform","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"profile_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_social_account_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"bio_snapshot_refreshed_at","description":"Time the denormalized current bio snapshot was last recomputed.","defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"birth_date","description":"Derived current snapshot; authoritative history remains in player_bio_observation.","defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"canonical_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"first_name","description":"Current serving snapshot selected from preferred/source player names.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"height_in","description":"Modal height in inches from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hometown","description":"Modal hometown from the five most recent nonempty bio contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country for the player current hometown snapshot.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code for the player current hometown snapshot.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"last_name","description":"Current serving snapshot selected from preferred/source player names.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"nationality_code","description":"Modal two-character nationality code from the five most recent bio contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"position_code","description":"Current broad position G/F/C derived from recent position observations; null on a modal tie.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"weight_lb","description":"Modal weight in pounds from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":"Modal wingspan in inches from the five most recent valid measurement contexts.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_transfer_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_transfer_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column_player_transfer_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_transfer_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column_player_transfer_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_transfer_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_transfer_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_transfer\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_transfer\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_transfer_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_transfer\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}}},{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"programByToProgramId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"programEntryByToProgramEntryId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_transfer_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_transfer\"","fields":[],"enumValues":[{"name":"player_transfer_episode_uq","description":"unique or primary key constraint on columns \"to_program_entry_id\", \"player_id\", \"from_program_entry_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"player_transfer_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_transfer\"","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"programByToProgramId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"programEntryByToProgramEntryId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_transfer_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_transfer\"","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_transfer\"","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_transfer\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_transfer_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_transfer\".","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"programByToProgramId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"programEntryByToProgramEntryId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_transfer","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_transfer_select_column","kind":"ENUM","description":"select columns of table \"player_transfer\"","fields":[],"enumValues":[{"name":"committed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"date_confirmed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"enrolled_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"portal_entered_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_select_column_player_transfer_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_transfer_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_transfer\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_select_column_player_transfer_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_transfer_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_transfer\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_transfer\"","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_transfer_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_transfer\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_transfer_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_transfer_update_column","kind":"ENUM","description":"update columns of table \"player_transfer\"","fields":[],"enumValues":[{"name":"committed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"date_confirmed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"enrolled_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"portal_entered_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_transfer_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_transfer_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}}},{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_transfer_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_transfer_view\".","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_view_select_column","kind":"ENUM","description":"select columns of table \"player_transfer_view\"","fields":[],"enumValues":[{"name":"committed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"date_confirmed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"enrolled_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_in_portal","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"portal_entered_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"transfer_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_transfer_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_transfer_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_update_column","kind":"ENUM","description":"update columns of table \"player\"","fields":[],"enumValues":[{"name":"bio_snapshot_refreshed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"birth_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"canonical_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"first_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_region_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"last_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"nationality_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"position_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lb","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_in","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"player_academic_status","databaseType":"table","estimatedRows":208152,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_academic_status_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_academic_status_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"observed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"class_year","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"class_kind","type":"text","checks":[{"name":"player_academic_status_class_kind_check","definition":"CHECK (class_kind = ANY (ARRAY['high_school_graduation'::text, 'college_academic'::text, 'international_equivalent'::text, 'unknown'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"status_text","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_academic_status_class_kind_check","type":"check","definition":"CHECK (class_kind = ANY (ARRAY['high_school_graduation'::text, 'college_academic'::text, 'international_equivalent'::text, 'unknown'::text]))"},{"name":"player_academic_status_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_academic_status_program_entry_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_entry_id) REFERENCES program_entry(id)"},{"name":"player_academic_status_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"idx_player_academic_status_player_context_recent","definition":"CREATE INDEX idx_player_academic_status_player_context_recent ON public.player_academic_status USING btree (player_id, program_entry_id, observed_on DESC, created_at DESC)"},{"name":"player_academic_status_pkey","definition":"CREATE UNIQUE INDEX player_academic_status_pkey ON public.player_academic_status USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"class_kind","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"class_kind","type":"text","checks":[{"name":"player_academic_status_class_kind_check","definition":"CHECK (class_kind = ANY (ARRAY['high_school_graduation'::text, 'college_academic'::text, 'international_equivalent'::text, 'unknown'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"class_year","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"class_year","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"observed_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_academic_status_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_entry","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_academic_status_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"status_text","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"status_text","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}],"array":[]},"operations":{"query":[{"name":"player_academic_status","description":"fetch data from the table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_academic_status","ofType":null}}}}},{"name":"player_academic_status_aggregate","description":"fetch aggregated fields from the table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_academic_status_aggregate","ofType":null}}},{"name":"player_academic_status_by_pk","description":"fetch data from the table: \"player_academic_status\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_academic_status","ofType":null}}],"mutation":[{"name":"delete_player_academic_status","description":"delete data from the table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_academic_status_mutation_response","ofType":null}},{"name":"delete_player_academic_status_by_pk","description":"delete single row from the table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_academic_status","ofType":null}},{"name":"insert_player_academic_status","description":"insert data into the table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_academic_status_mutation_response","ofType":null}},{"name":"insert_player_academic_status_one","description":"insert a single row into the table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_academic_status","ofType":null}},{"name":"update_player_academic_status","description":"update data of the table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_academic_status_mutation_response","ofType":null}},{"name":"update_player_academic_status_by_pk","description":"update single row of the table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_academic_status","ofType":null}},{"name":"update_player_academic_status_many","description":"update multiples rows of table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_academic_status_mutation_response","ofType":null}}}],"subscription":[{"name":"player_academic_status","description":"fetch data from the table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_academic_status","ofType":null}}}}},{"name":"player_academic_status_aggregate","description":"fetch aggregated fields from the table: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_academic_status_aggregate","ofType":null}}},{"name":"player_academic_status_by_pk","description":"fetch data from the table: \"player_academic_status\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_academic_status","ofType":null}},{"name":"player_academic_status_stream","description":"fetch data from the table in a streaming manner: \"player_academic_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_academic_status","ofType":null}}}}}]},"inputTypes":[{"name":"player_academic_status_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_academic_status_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_academic_status\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_academic_status\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_academic_status\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}}},{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_academic_status\"","fields":[],"enumValues":[{"name":"player_academic_status_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_academic_status_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_academic_status\"","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_academic_status\"","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_academic_status\"","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_academic_status\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_academic_status\".","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_academic_status","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_academic_status_select_column","kind":"ENUM","description":"select columns of table \"player_academic_status\"","fields":[],"enumValues":[{"name":"class_kind","description":"column name","deprecated":false,"deprecationReason":null},{"name":"class_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status_text","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_academic_status_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_academic_status\"","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_academic_status\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"class_kind","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"status_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_update_column","kind":"ENUM","description":"update columns of table \"player_academic_status\"","fields":[],"enumValues":[{"name":"class_kind","description":"column name","deprecated":false,"deprecationReason":null},{"name":"class_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status_text","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_academic_status_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_academic_status_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_academic_status_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_academic_status\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_bio_observation","databaseType":"table","estimatedRows":1730652,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_bio_observation_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_bio_observation_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"observed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"birth_date","type":"date","checks":[{"name":"player_bio_observation_birth_date_check","definition":"CHECK (birth_date IS NULL OR birth_date <> '1900-01-01'::date)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"hometown","type":"text","checks":[{"name":"player_bio_hometown_country_code_format_ck","definition":"CHECK (hometown_country_code IS NULL OR btrim(hometown_country_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_bio_hometown_region_code_format_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_region_code ~ '^[A-Z0-9-]{1,8}$'::text)"},{"name":"player_bio_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"nationality_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"hometown_country_code","type":"character(2)","checks":[{"name":"player_bio_hometown_country_code_format_ck","definition":"CHECK (hometown_country_code IS NULL OR btrim(hometown_country_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_bio_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"hometown_region_code","type":"text","checks":[{"name":"player_bio_hometown_region_code_format_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_region_code ~ '^[A-Z0-9-]{1,8}$'::text)"},{"name":"player_bio_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_bio_hometown_country_code_format_ck","type":"check","definition":"CHECK (hometown_country_code IS NULL OR btrim(hometown_country_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_bio_hometown_region_code_format_ck","type":"check","definition":"CHECK (hometown_region_code IS NULL OR hometown_region_code ~ '^[A-Z0-9-]{1,8}$'::text)"},{"name":"player_bio_hometown_region_requires_country_ck","type":"check","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"},{"name":"player_bio_observation_birth_date_check","type":"check","definition":"CHECK (birth_date IS NULL OR birth_date <> '1900-01-01'::date)"},{"name":"player_bio_observation_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_bio_observation_program_entry_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_entry_id) REFERENCES program_entry(id)"},{"name":"player_bio_observation_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"player_bio_observation_hometown_location_idx","definition":"CREATE INDEX player_bio_observation_hometown_location_idx ON public.player_bio_observation USING btree (hometown_country_code, hometown_region_code, player_id) WHERE (hometown_country_code IS NOT NULL)"},{"name":"player_bio_observation_pkey","definition":"CREATE UNIQUE INDEX player_bio_observation_pkey ON public.player_bio_observation USING btree (id)"},{"name":"player_bio_observation_player_idx","definition":"CREATE INDEX player_bio_observation_player_idx ON public.player_bio_observation USING btree (player_id)"}],"viewDefinition":null,"fields":[{"name":"birth_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"birth_date","type":"date","checks":[{"name":"player_bio_observation_birth_date_check","definition":"CHECK (birth_date IS NULL OR birth_date <> '1900-01-01'::date)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"hometown","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"hometown","type":"text","checks":[{"name":"player_bio_hometown_country_code_format_ck","definition":"CHECK (hometown_country_code IS NULL OR btrim(hometown_country_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_bio_hometown_region_code_format_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_region_code ~ '^[A-Z0-9-]{1,8}$'::text)"},{"name":"player_bio_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"hometown_country_code","type":"character(2)","checks":[{"name":"player_bio_hometown_country_code_format_ck","definition":"CHECK (hometown_country_code IS NULL OR btrim(hometown_country_code::text) ~ '^[A-Z]{2}$'::text)"},{"name":"player_bio_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"hometown_region_code","type":"text","checks":[{"name":"player_bio_hometown_region_code_format_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_region_code ~ '^[A-Z0-9-]{1,8}$'::text)"},{"name":"player_bio_hometown_region_requires_country_ck","definition":"CHECK (hometown_region_code IS NULL OR hometown_country_code IS NOT NULL)"}],"unique":false,"comment":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"nationality_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"nationality_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"observed_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_bio_observation_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_entry","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_bio_observation_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_note","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}],"array":[]},"operations":{"query":[{"name":"player_bio_observation","description":"fetch data from the table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_bio_observation","ofType":null}}}}},{"name":"player_bio_observation_aggregate","description":"fetch aggregated fields from the table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_bio_observation_aggregate","ofType":null}}},{"name":"player_bio_observation_by_pk","description":"fetch data from the table: \"player_bio_observation\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_bio_observation","ofType":null}}],"mutation":[{"name":"delete_player_bio_observation","description":"delete data from the table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_bio_observation_mutation_response","ofType":null}},{"name":"delete_player_bio_observation_by_pk","description":"delete single row from the table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_bio_observation","ofType":null}},{"name":"insert_player_bio_observation","description":"insert data into the table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_bio_observation_mutation_response","ofType":null}},{"name":"insert_player_bio_observation_one","description":"insert a single row into the table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_bio_observation","ofType":null}},{"name":"update_player_bio_observation","description":"update data of the table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_bio_observation_mutation_response","ofType":null}},{"name":"update_player_bio_observation_by_pk","description":"update single row of the table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_bio_observation","ofType":null}},{"name":"update_player_bio_observation_many","description":"update multiples rows of table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_bio_observation_mutation_response","ofType":null}}}],"subscription":[{"name":"player_bio_observation","description":"fetch data from the table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_bio_observation","ofType":null}}}}},{"name":"player_bio_observation_aggregate","description":"fetch aggregated fields from the table: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_bio_observation_aggregate","ofType":null}}},{"name":"player_bio_observation_by_pk","description":"fetch data from the table: \"player_bio_observation\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_bio_observation","ofType":null}},{"name":"player_bio_observation_stream","description":"fetch data from the table in a streaming manner: \"player_bio_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_bio_observation","ofType":null}}}}}]},"inputTypes":[{"name":"player_bio_observation_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_bio_observation_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_bio_observation\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_bio_observation\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_bio_observation\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}}},{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"hometown_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"hometown_region_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_bio_observation\"","fields":[],"enumValues":[{"name":"player_bio_observation_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_bio_observation_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_bio_observation\"","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_bio_observation\"","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_bio_observation\"","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_bio_observation\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_bio_observation\".","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown_region_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_bio_observation","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_bio_observation_select_column","kind":"ENUM","description":"select columns of table \"player_bio_observation\"","fields":[],"enumValues":[{"name":"birth_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_region_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"nationality_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_bio_observation_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_bio_observation\"","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_bio_observation\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"birth_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown_country_code","description":"ISO 3166-1 alpha-2 country observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"hometown_region_code","description":"Normalized state, province, territory, or analogous first-level region code observed with this historical hometown evidence.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"nationality_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_bio_observation_update_column","kind":"ENUM","description":"update columns of table \"player_bio_observation\"","fields":[],"enumValues":[{"name":"birth_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown_region_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"nationality_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_bio_observation_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"player_combine_measurement","databaseType":"table","estimatedRows":1600,"description":"Standardized physical and movement measurements from official combines; grain is player, provider, and combine year.","columns":[{"name":"id","type":"uuid","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_hand_width_in_check","definition":"CHECK (hand_width_in IS NULL OR hand_width_in >= 4::numeric AND hand_width_in <= 15::numeric)"},{"name":"player_combine_measurement_provider_check","definition":"CHECK (provider = lower(btrim(provider)) AND NULLIF(btrim(provider), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_combine_measurement_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"provider","type":"text","checks":[{"name":"player_combine_measurement_provider_check","definition":"CHECK (provider = lower(btrim(provider)) AND NULLIF(btrim(provider), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":"'nba_com'::text","nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"combine_year","type":"smallint","checks":[{"name":"player_combine_measurement_combine_year_check","definition":"CHECK (combine_year >= 1900 AND combine_year <= 2200)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"height_without_shoes_in","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_height_without_shoes_in_check","definition":"CHECK (height_without_shoes_in IS NULL OR height_without_shoes_in >= 36::numeric AND height_without_shoes_in <= 100::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"weight_lb","type":"numeric(6,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_weight_lb_check","definition":"CHECK (weight_lb IS NULL OR weight_lb >= 40::numeric AND weight_lb <= 500::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"wingspan_in","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_wingspan_in_check","definition":"CHECK (wingspan_in IS NULL OR wingspan_in >= 36::numeric AND wingspan_in <= 130::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"standing_reach_in","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_standing_reach_in_check","definition":"CHECK (standing_reach_in IS NULL OR standing_reach_in >= 50::numeric AND standing_reach_in <= 160::numeric)"}],"unique":false,"comment":"Standing reach measured in inches.","default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"hand_length_in","type":"numeric(4,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_hand_length_in_check","definition":"CHECK (hand_length_in IS NULL OR hand_length_in >= 4::numeric AND hand_length_in <= 15::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"hand_width_in","type":"numeric(4,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_hand_width_in_check","definition":"CHECK (hand_width_in IS NULL OR hand_width_in >= 4::numeric AND hand_width_in <= 15::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"standing_vertical_in","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_standing_vertical_in_check","definition":"CHECK (standing_vertical_in IS NULL OR standing_vertical_in >= 0::numeric AND standing_vertical_in <= 70::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"max_vertical_in","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_max_vertical_in_check","definition":"CHECK (max_vertical_in IS NULL OR max_vertical_in >= 0::numeric AND max_vertical_in <= 70::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"lane_agility_seconds","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_lane_agility_seconds_check","definition":"CHECK (lane_agility_seconds IS NULL OR lane_agility_seconds >= 5::numeric AND lane_agility_seconds <= 30::numeric)"},{"name":"player_combine_measurement_modified_lane_agility_seconds_check","definition":"CHECK (modified_lane_agility_seconds IS NULL OR modified_lane_agility_seconds >= 1::numeric AND modified_lane_agility_seconds <= 15::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"modified_lane_agility_seconds","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_modified_lane_agility_seconds_check","definition":"CHECK (modified_lane_agility_seconds IS NULL OR modified_lane_agility_seconds >= 1::numeric AND modified_lane_agility_seconds <= 15::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_quarter_sprint_seconds","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_three_quarter_sprint_seconds_check","definition":"CHECK (three_quarter_sprint_seconds IS NULL OR three_quarter_sprint_seconds >= 1::numeric AND three_quarter_sprint_seconds <= 10::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"wingspan_delta_in","type":"numeric(6,2)","checks":[],"unique":false,"comment":null,"default":"\nCASE\n    WHEN ((wingspan_in IS NOT NULL) AND (height_without_shoes_in IS NOT NULL)) THEN (wingspan_in - height_without_shoes_in)\n    ELSE NULL::numeric\nEND","nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"standing_touch_in","type":"numeric(6,2)","checks":[],"unique":false,"comment":"Derived standing reach plus standing vertical leap, in inches.","default":"\nCASE\n    WHEN ((standing_reach_in IS NOT NULL) AND (standing_vertical_in IS NOT NULL)) THEN (standing_reach_in + standing_vertical_in)\n    ELSE NULL::numeric\nEND","nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"max_touch_in","type":"numeric(6,2)","checks":[],"unique":false,"comment":"Derived standing reach plus maximum vertical leap, in inches.","default":"\nCASE\n    WHEN ((standing_reach_in IS NOT NULL) AND (max_vertical_in IS NOT NULL)) THEN (standing_reach_in + max_vertical_in)\n    ELSE NULL::numeric\nEND","nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_combine_measurement_check","type":"check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_combine_year_check","type":"check","definition":"CHECK (combine_year >= 1900 AND combine_year <= 2200)"},{"name":"player_combine_measurement_hand_length_in_check","type":"check","definition":"CHECK (hand_length_in IS NULL OR hand_length_in >= 4::numeric AND hand_length_in <= 15::numeric)"},{"name":"player_combine_measurement_hand_width_in_check","type":"check","definition":"CHECK (hand_width_in IS NULL OR hand_width_in >= 4::numeric AND hand_width_in <= 15::numeric)"},{"name":"player_combine_measurement_height_without_shoes_in_check","type":"check","definition":"CHECK (height_without_shoes_in IS NULL OR height_without_shoes_in >= 36::numeric AND height_without_shoes_in <= 100::numeric)"},{"name":"player_combine_measurement_lane_agility_seconds_check","type":"check","definition":"CHECK (lane_agility_seconds IS NULL OR lane_agility_seconds >= 5::numeric AND lane_agility_seconds <= 30::numeric)"},{"name":"player_combine_measurement_max_vertical_in_check","type":"check","definition":"CHECK (max_vertical_in IS NULL OR max_vertical_in >= 0::numeric AND max_vertical_in <= 70::numeric)"},{"name":"player_combine_measurement_modified_lane_agility_seconds_check","type":"check","definition":"CHECK (modified_lane_agility_seconds IS NULL OR modified_lane_agility_seconds >= 1::numeric AND modified_lane_agility_seconds <= 15::numeric)"},{"name":"player_combine_measurement_provider_check","type":"check","definition":"CHECK (provider = lower(btrim(provider)) AND NULLIF(btrim(provider), ''::text) IS NOT NULL)"},{"name":"player_combine_measurement_standing_reach_in_check","type":"check","definition":"CHECK (standing_reach_in IS NULL OR standing_reach_in >= 50::numeric AND standing_reach_in <= 160::numeric)"},{"name":"player_combine_measurement_standing_vertical_in_check","type":"check","definition":"CHECK (standing_vertical_in IS NULL OR standing_vertical_in >= 0::numeric AND standing_vertical_in <= 70::numeric)"},{"name":"player_combine_measurement_three_quarter_sprint_seconds_check","type":"check","definition":"CHECK (three_quarter_sprint_seconds IS NULL OR three_quarter_sprint_seconds >= 1::numeric AND three_quarter_sprint_seconds <= 10::numeric)"},{"name":"player_combine_measurement_weight_lb_check","type":"check","definition":"CHECK (weight_lb IS NULL OR weight_lb >= 40::numeric AND weight_lb <= 500::numeric)"},{"name":"player_combine_measurement_wingspan_in_check","type":"check","definition":"CHECK (wingspan_in IS NULL OR wingspan_in >= 36::numeric AND wingspan_in <= 130::numeric)"},{"name":"player_combine_measurement_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_combine_measurement_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"player_combine_measurement_player_id_provider_combine_year_key","type":"unique","definition":"UNIQUE (player_id, provider, combine_year)"}],"indexes":[{"name":"player_combine_measurement_pkey","definition":"CREATE UNIQUE INDEX player_combine_measurement_pkey ON public.player_combine_measurement USING btree (id)"},{"name":"player_combine_measurement_player_id_provider_combine_year_key","definition":"CREATE UNIQUE INDEX player_combine_measurement_player_id_provider_combine_year_key ON public.player_combine_measurement USING btree (player_id, provider, combine_year)"},{"name":"player_combine_measurement_player_year_idx","definition":"CREATE INDEX player_combine_measurement_player_year_idx ON public.player_combine_measurement USING btree (player_id, combine_year DESC)"},{"name":"player_combine_measurement_year_idx","definition":"CREATE INDEX player_combine_measurement_year_idx ON public.player_combine_measurement USING btree (combine_year, player_id)"}],"viewDefinition":null,"fields":[{"name":"combine_year","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"smallint","ofType":null}},"arguments":[],"source":"column","column":{"name":"combine_year","type":"smallint","checks":[{"name":"player_combine_measurement_combine_year_check","definition":"CHECK (combine_year >= 1900 AND combine_year <= 2200)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"hand_length_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"hand_length_in","type":"numeric(4,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_hand_length_in_check","definition":"CHECK (hand_length_in IS NULL OR hand_length_in >= 4::numeric AND hand_length_in <= 15::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"hand_width_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"hand_width_in","type":"numeric(4,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_hand_width_in_check","definition":"CHECK (hand_width_in IS NULL OR hand_width_in >= 4::numeric AND hand_width_in <= 15::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"height_without_shoes_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"height_without_shoes_in","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_height_without_shoes_in_check","definition":"CHECK (height_without_shoes_in IS NULL OR height_without_shoes_in >= 36::numeric AND height_without_shoes_in <= 100::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_hand_width_in_check","definition":"CHECK (hand_width_in IS NULL OR hand_width_in >= 4::numeric AND hand_width_in <= 15::numeric)"},{"name":"player_combine_measurement_provider_check","definition":"CHECK (provider = lower(btrim(provider)) AND NULLIF(btrim(provider), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"lane_agility_seconds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"lane_agility_seconds","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_lane_agility_seconds_check","definition":"CHECK (lane_agility_seconds IS NULL OR lane_agility_seconds >= 5::numeric AND lane_agility_seconds <= 30::numeric)"},{"name":"player_combine_measurement_modified_lane_agility_seconds_check","definition":"CHECK (modified_lane_agility_seconds IS NULL OR modified_lane_agility_seconds >= 1::numeric AND modified_lane_agility_seconds <= 15::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"max_touch_in","type":"numeric(6,2)","checks":[],"unique":false,"comment":"Derived standing reach plus maximum vertical leap, in inches.","default":"\nCASE\n    WHEN ((standing_reach_in IS NOT NULL) AND (max_vertical_in IS NOT NULL)) THEN (standing_reach_in + max_vertical_in)\n    ELSE NULL::numeric\nEND","nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"max_vertical_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"max_vertical_in","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_max_vertical_in_check","definition":"CHECK (max_vertical_in IS NULL OR max_vertical_in >= 0::numeric AND max_vertical_in <= 70::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"modified_lane_agility_seconds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"modified_lane_agility_seconds","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_modified_lane_agility_seconds_check","definition":"CHECK (modified_lane_agility_seconds IS NULL OR modified_lane_agility_seconds >= 1::numeric AND modified_lane_agility_seconds <= 15::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_combine_measurement_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"provider","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"provider","type":"text","checks":[{"name":"player_combine_measurement_provider_check","definition":"CHECK (provider = lower(btrim(provider)) AND NULLIF(btrim(provider), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":"'nba_com'::text","nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"standing_reach_in","description":"Standing reach measured in inches.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"standing_reach_in","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_standing_reach_in_check","definition":"CHECK (standing_reach_in IS NULL OR standing_reach_in >= 50::numeric AND standing_reach_in <= 160::numeric)"}],"unique":false,"comment":"Standing reach measured in inches.","default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"standing_touch_in","type":"numeric(6,2)","checks":[],"unique":false,"comment":"Derived standing reach plus standing vertical leap, in inches.","default":"\nCASE\n    WHEN ((standing_reach_in IS NOT NULL) AND (standing_vertical_in IS NOT NULL)) THEN (standing_reach_in + standing_vertical_in)\n    ELSE NULL::numeric\nEND","nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"standing_vertical_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"standing_vertical_in","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_standing_vertical_in_check","definition":"CHECK (standing_vertical_in IS NULL OR standing_vertical_in >= 0::numeric AND standing_vertical_in <= 70::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_quarter_sprint_seconds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_quarter_sprint_seconds","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_three_quarter_sprint_seconds_check","definition":"CHECK (three_quarter_sprint_seconds IS NULL OR three_quarter_sprint_seconds >= 1::numeric AND three_quarter_sprint_seconds <= 10::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"weight_lb","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"weight_lb","type":"numeric(6,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_weight_lb_check","definition":"CHECK (weight_lb IS NULL OR weight_lb >= 40::numeric AND weight_lb <= 500::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"wingspan_delta_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"wingspan_delta_in","type":"numeric(6,2)","checks":[],"unique":false,"comment":null,"default":"\nCASE\n    WHEN ((wingspan_in IS NOT NULL) AND (height_without_shoes_in IS NOT NULL)) THEN (wingspan_in - height_without_shoes_in)\n    ELSE NULL::numeric\nEND","nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"wingspan_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"wingspan_in","type":"numeric(5,2)","checks":[{"name":"player_combine_measurement_check","definition":"CHECK (height_without_shoes_in IS NOT NULL OR weight_lb IS NOT NULL OR wingspan_in IS NOT NULL OR standing_reach_in IS NOT NULL OR hand_length_in IS NOT NULL OR hand_width_in IS NOT NULL OR standing_vertical_in IS NOT NULL OR max_vertical_in IS NOT NULL OR lane_agility_seconds IS NOT NULL OR modified_lane_agility_seconds IS NOT NULL OR three_quarter_sprint_seconds IS NOT NULL)"},{"name":"player_combine_measurement_wingspan_in_check","definition":"CHECK (wingspan_in IS NULL OR wingspan_in >= 36::numeric AND wingspan_in <= 130::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}}],"array":[]},"operations":{"query":[{"name":"player_combine_measurement","description":"fetch data from the table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_combine_measurement","ofType":null}}}}},{"name":"player_combine_measurement_aggregate","description":"fetch aggregated fields from the table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_combine_measurement_aggregate","ofType":null}}},{"name":"player_combine_measurement_by_pk","description":"fetch data from the table: \"player_combine_measurement\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_combine_measurement","ofType":null}}],"mutation":[{"name":"delete_player_combine_measurement","description":"delete data from the table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_combine_measurement_mutation_response","ofType":null}},{"name":"delete_player_combine_measurement_by_pk","description":"delete single row from the table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_combine_measurement","ofType":null}},{"name":"insert_player_combine_measurement","description":"insert data into the table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_combine_measurement_mutation_response","ofType":null}},{"name":"insert_player_combine_measurement_one","description":"insert a single row into the table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_combine_measurement","ofType":null}},{"name":"update_player_combine_measurement","description":"update data of the table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_combine_measurement_mutation_response","ofType":null}},{"name":"update_player_combine_measurement_by_pk","description":"update single row of the table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_combine_measurement","ofType":null}},{"name":"update_player_combine_measurement_many","description":"update multiples rows of table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_combine_measurement_mutation_response","ofType":null}}}],"subscription":[{"name":"player_combine_measurement","description":"fetch data from the table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_combine_measurement","ofType":null}}}}},{"name":"player_combine_measurement_aggregate","description":"fetch aggregated fields from the table: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_combine_measurement_aggregate","ofType":null}}},{"name":"player_combine_measurement_by_pk","description":"fetch data from the table: \"player_combine_measurement\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_combine_measurement","ofType":null}},{"name":"player_combine_measurement_stream","description":"fetch data from the table in a streaming manner: \"player_combine_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_combine_measurement","ofType":null}}}}}]},"inputTypes":[{"name":"player_combine_measurement_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column_player_combine_measurement_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_combine_measurement_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column_player_combine_measurement_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_combine_measurement_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_combine_measurement_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_combine_measurement\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_combine_measurement\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_combine_measurement\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}}},{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"max_touch_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"standing_reach_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"standing_touch_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_combine_measurement\"","fields":[],"enumValues":[{"name":"player_combine_measurement_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_combine_measurement_player_id_provider_combine_year_key","description":"unique or primary key constraint on columns \"provider\", \"combine_year\", \"player_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_combine_measurement_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_combine_measurement\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_combine_measurement_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_combine_measurement\".","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_combine_measurement","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_combine_measurement_select_column","kind":"ENUM","description":"select columns of table \"player_combine_measurement\"","fields":[],"enumValues":[{"name":"combine_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hand_length_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hand_width_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_without_shoes_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"lane_agility_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"max_touch_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"max_vertical_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"modified_lane_agility_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"provider","description":"column name","deprecated":false,"deprecationReason":null},{"name":"standing_reach_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"standing_touch_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"standing_vertical_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_quarter_sprint_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lb","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_delta_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_in","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_combine_measurement_select_column_player_combine_measurement_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_combine_measurement_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_combine_measurement\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_combine_measurement_select_column_player_combine_measurement_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_combine_measurement_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_combine_measurement\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_combine_measurement_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_combine_measurement\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_update_column","kind":"ENUM","description":"update columns of table \"player_combine_measurement\"","fields":[],"enumValues":[{"name":"combine_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hand_length_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hand_width_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_without_shoes_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"lane_agility_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"max_vertical_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"modified_lane_agility_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"provider","description":"column name","deprecated":false,"deprecationReason":null},{"name":"standing_reach_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"standing_vertical_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_quarter_sprint_seconds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lb","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_in","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_combine_measurement_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_combine_measurement_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_combine_measurement_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_combine_measurement_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_combine_measurement\"","fields":[{"name":"combine_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_length_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hand_width_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_without_shoes_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_touch_in","description":"Derived standing reach plus maximum vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"modified_lane_agility_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_reach_in","description":"Standing reach measured in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_touch_in","description":"Derived standing reach plus standing vertical leap, in inches.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"standing_vertical_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_quarter_sprint_seconds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_delta_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_competition_event","databaseType":"table","estimatedRows":877213,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"player_competition_event_competition_event_id_competition__fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_event","column":"competition_season_id","schema":"public","constraint":"player_competition_event_competition_event_id_competition__fkey"},"primaryKey":false,"referencedBy":[]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"player_competition_event_season_division_id_competition_se_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_competition_event_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":6,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_competition_event_program_entry_id_competition_seas_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":7,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_competition_event_program_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"personal_fouls_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"minutes_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"usage_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"psp","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pe","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"dsi","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"atr","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"fgs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"c_ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gold","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"silver","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"bronze","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":74,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":75,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":76,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":77,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_competition_event_competition_event_id_competition__fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_event_id, competition_season_id) REFERENCES competition_event(id, competition_season_id)"},{"name":"player_competition_event_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id)"},{"name":"player_competition_event_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_competition_event_program_entry_id_competition_seas_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_entry_id, competition_season_id) REFERENCES program_entry(id, competition_season_id)"},{"name":"player_competition_event_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_id) REFERENCES program(id)"},{"name":"player_competition_event_season_division_id_competition_se_fkey","type":"foreign_key","definition":"FOREIGN KEY (season_division_id, competition_season_id) REFERENCES season_division(id, competition_season_id)"},{"name":"player_competition_event_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"player_competition_event_player_id_competition_event_id_pro_key","type":"unique","definition":"UNIQUE (player_id, competition_event_id, program_entry_id)"}],"indexes":[{"name":"idx_player_competition_event_event","definition":"CREATE INDEX idx_player_competition_event_event ON public.player_competition_event USING btree (competition_event_id)"},{"name":"idx_player_competition_event_program","definition":"CREATE INDEX idx_player_competition_event_program ON public.player_competition_event USING btree (program_id)"},{"name":"idx_player_competition_event_season","definition":"CREATE INDEX idx_player_competition_event_season ON public.player_competition_event USING btree (competition_season_id)"},{"name":"player_competition_event_pkey","definition":"CREATE UNIQUE INDEX player_competition_event_pkey ON public.player_competition_event USING btree (id)"},{"name":"player_competition_event_player_id_competition_event_id_pro_key","definition":"CREATE UNIQUE INDEX player_competition_event_player_id_competition_event_id_pro_key ON public.player_competition_event USING btree (player_id, competition_event_id, program_entry_id)"}],"viewDefinition":null,"fields":[{"name":"assist_turnover_ratio","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"atr","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"atr","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"bronze","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"smallint","ofType":null}},"arguments":[],"source":"column","column":{"name":"bronze","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":74,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"c_ram","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"c_ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"calculated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":77,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_event","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_event","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}}},{"name":"competition_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"player_competition_event_competition_event_id_competition__fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_event","column":"competition_season_id","schema":"public","constraint":"player_competition_event_competition_event_id_competition__fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"dsi","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"dsi","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"effective_field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"fgs","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"fgs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"arguments":[],"source":"column","column":{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gold","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"smallint","ofType":null}},"arguments":[],"source":"column","column":{"name":"gold","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"has_boxscore_stats","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":76,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"jersey_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":75,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"minutes_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"minutes_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"personal_fouls_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"personal_fouls_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_competition_event_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_possession","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program","using":{"foreign_key_constraint_on":"program_id"}}},{"name":"program_entry","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_entry","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program_entry","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","program_entry_id":"id"},"insertion_order":null,"remote_table":{"name":"program_entry","schema":"public"}}}}},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":6,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_competition_event_program_entry_id_competition_seas_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":7,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_competition_event_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"psp","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"psp","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"ram","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_division","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"season_division","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"player_competition_event_season_division_id_competition_se_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"silver","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"smallint","ofType":null}},"arguments":[],"source":"column","column":{"name":"silver","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pe","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pe","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"true_shooting_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"usage_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"usage_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}},{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}},{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program","using":{"foreign_key_constraint_on":"program_id"}},{"name":"program_entry","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","program_entry_id":"id"},"insertion_order":null,"remote_table":{"name":"program_entry","schema":"public"}}}},{"name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}],"array":[]},"operations":{"query":[{"name":"player_competition_event","description":"fetch data from the table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}}}},{"name":"player_competition_event_aggregate","description":"fetch aggregated fields from the table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event_aggregate","ofType":null}}},{"name":"player_competition_event_by_pk","description":"fetch data from the table: \"player_competition_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}],"mutation":[{"name":"delete_player_competition_event","description":"delete data from the table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_event_mutation_response","ofType":null}},{"name":"delete_player_competition_event_by_pk","description":"delete single row from the table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_event","ofType":null}},{"name":"insert_player_competition_event","description":"insert data into the table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_competition_event_mutation_response","ofType":null}},{"name":"insert_player_competition_event_one","description":"insert a single row into the table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_competition_event","ofType":null}},{"name":"update_player_competition_event","description":"update data of the table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_event_mutation_response","ofType":null}},{"name":"update_player_competition_event_by_pk","description":"update single row of the table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_event","ofType":null}},{"name":"update_player_competition_event_many","description":"update multiples rows of table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event_mutation_response","ofType":null}}}],"subscription":[{"name":"player_competition_event","description":"fetch data from the table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}}}},{"name":"player_competition_event_aggregate","description":"fetch aggregated fields from the table: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event_aggregate","ofType":null}}},{"name":"player_competition_event_by_pk","description":"fetch data from the table: \"player_competition_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_event","ofType":null}},{"name":"player_competition_event_stream","description":"fetch data from the table in a streaming manner: \"player_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}}}}]},"inputTypes":[{"name":"player_competition_event_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column_player_competition_event_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_event_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column_player_competition_event_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_event_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_event_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_competition_event\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_competition_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_competition_event\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_competition_event\"","fields":[],"enumValues":[{"name":"player_competition_event_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_competition_event_player_id_competition_event_id_pro_key","description":"unique or primary key constraint on columns \"competition_event_id\", \"program_entry_id\", \"player_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_event_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_competition_event\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_competition_event\".","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_competition_event","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_competition_event_select_column","kind":"ENUM","description":"select columns of table \"player_competition_event\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_event_select_column_player_competition_event_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_competition_event_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_competition_event\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_event_select_column_player_competition_event_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_competition_event_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_competition_event\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_event_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_competition_event\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_update_column","kind":"ENUM","description":"update columns of table \"player_competition_event\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_event_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_event_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_event_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_competition_event\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_competition_season","databaseType":"table","estimatedRows":772132,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"season_division","column":"competition_season_id","schema":"public","constraint":"player_competition_season_season_division_id_competition_s_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"player_competition_season_season_division_id_competition_s_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_competition_season_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_competition_season_program_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"personal_fouls_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"minutes_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"usage_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"psp","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pe","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"dsi","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"atr","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"fgs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"c_ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gold","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"silver","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"bronze","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":74,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":75,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_competition_season_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id)"},{"name":"player_competition_season_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_competition_season_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_id) REFERENCES program(id)"},{"name":"player_competition_season_season_division_id_competition_s_fkey","type":"foreign_key","definition":"FOREIGN KEY (season_division_id, competition_season_id) REFERENCES season_division(id, competition_season_id)"},{"name":"player_competition_season_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"player_competition_season_player_id_competition_season_id_p_key","type":"unique","definition":"UNIQUE NULLS NOT DISTINCT (player_id, competition_season_id, program_id, season_division_id)"}],"indexes":[{"name":"idx_player_competition_season_division","definition":"CREATE INDEX idx_player_competition_season_division ON public.player_competition_season USING btree (competition_season_id, season_division_id)"},{"name":"idx_player_competition_season_season","definition":"CREATE INDEX idx_player_competition_season_season ON public.player_competition_season USING btree (competition_season_id)"},{"name":"player_competition_season_pkey","definition":"CREATE UNIQUE INDEX player_competition_season_pkey ON public.player_competition_season USING btree (id)"},{"name":"player_competition_season_player_id_competition_season_id_p_key","definition":"CREATE UNIQUE INDEX player_competition_season_player_id_competition_season_id_p_key ON public.player_competition_season USING btree (player_id, competition_season_id, program_id, season_division_id) NULLS NOT DISTINCT"}],"viewDefinition":null,"fields":[{"name":"assist_turnover_ratio","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"atr","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"atr","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"bronze","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"smallint","ofType":null}},"arguments":[],"source":"column","column":{"name":"bronze","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"c_ram","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"c_ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"calculated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":75,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"season_division","column":"competition_season_id","schema":"public","constraint":"player_competition_season_season_division_id_competition_s_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"dsi","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"dsi","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"effective_field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"fgs","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"fgs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"arguments":[],"source":"column","column":{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gold","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"smallint","ofType":null}},"arguments":[],"source":"column","column":{"name":"gold","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"has_boxscore_stats","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":74,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"jersey_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"minutes_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"minutes_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"personal_fouls_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"personal_fouls_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_competition_season_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_possession","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program","using":{"foreign_key_constraint_on":"program_id"}}},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_competition_season_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"psp","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"psp","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"ram","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_division","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"season_division","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"player_competition_season_season_division_id_competition_s_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"silver","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"smallint","ofType":null}},"arguments":[],"source":"column","column":{"name":"silver","type":"smallint","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pe","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pe","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"true_shooting_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"usage_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"usage_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}},{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program","using":{"foreign_key_constraint_on":"program_id"}},{"name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}],"array":[]},"operations":{"query":[{"name":"player_competition_season","description":"fetch data from the table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season","ofType":null}}}}},{"name":"player_competition_season_aggregate","description":"fetch aggregated fields from the table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season_aggregate","ofType":null}}},{"name":"player_competition_season_by_pk","description":"fetch data from the table: \"player_competition_season\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_season","ofType":null}}],"mutation":[{"name":"delete_player_competition_season","description":"delete data from the table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_season_mutation_response","ofType":null}},{"name":"delete_player_competition_season_by_pk","description":"delete single row from the table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_season","ofType":null}},{"name":"insert_player_competition_season","description":"insert data into the table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_competition_season_mutation_response","ofType":null}},{"name":"insert_player_competition_season_one","description":"insert a single row into the table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_competition_season","ofType":null}},{"name":"update_player_competition_season","description":"update data of the table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_season_mutation_response","ofType":null}},{"name":"update_player_competition_season_by_pk","description":"update single row of the table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_season","ofType":null}},{"name":"update_player_competition_season_many","description":"update multiples rows of table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season_mutation_response","ofType":null}}}],"subscription":[{"name":"player_competition_season","description":"fetch data from the table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season","ofType":null}}}}},{"name":"player_competition_season_aggregate","description":"fetch aggregated fields from the table: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season_aggregate","ofType":null}}},{"name":"player_competition_season_by_pk","description":"fetch data from the table: \"player_competition_season\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_competition_season","ofType":null}},{"name":"player_competition_season_stream","description":"fetch data from the table in a streaming manner: \"player_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season","ofType":null}}}}}]},"inputTypes":[{"name":"player_competition_season_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column_player_competition_season_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_season_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column_player_competition_season_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_season_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_season_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_competition_season\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_competition_season\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_competition_season\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_competition_season\"","fields":[],"enumValues":[{"name":"player_competition_season_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_competition_season_player_id_competition_season_id_p_key","description":"unique or primary key constraint on columns \"player_id\", \"program_id\", \"season_division_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_season_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_competition_season\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_competition_season\".","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_competition_season","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_competition_season_select_column","kind":"ENUM","description":"select columns of table \"player_competition_season\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_season_select_column_player_competition_season_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_competition_season_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_competition_season\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_season_select_column_player_competition_season_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_competition_season_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_competition_season\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_season_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_competition_season\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_update_column","kind":"ENUM","description":"update columns of table \"player_competition_season\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_season_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_competition_season_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_season_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_competition_season\"","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_competition_view","databaseType":"materialized_view","estimatedRows":759288,"description":"One row per canonical player, program, competition season, and optional division. Includes every metric stored in player_competition_season.","columns":[{"name":"player_competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"personal_fouls_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"minutes_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"usage_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"psp","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pe","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"dsi","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"atr","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"fgs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"c_ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gold","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"silver","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"bronze","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":74,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":75,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":76,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":77,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":78,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":79,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":80,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":81,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":82,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":83,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":84,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":85,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":86,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":87,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_scope_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":88,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":89,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":90,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":91,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"division_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":92,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":93,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[{"name":"player_competition_view_competition_idx","definition":"CREATE INDEX player_competition_view_competition_idx ON public.player_competition_view USING btree (competition_id, competition_season_id)"},{"name":"player_competition_view_division_idx","definition":"CREATE INDEX player_competition_view_division_idx ON public.player_competition_view USING btree (season_division_id)"},{"name":"player_competition_view_id_key","definition":"CREATE UNIQUE INDEX player_competition_view_id_key ON public.player_competition_view USING btree (player_competition_id)"},{"name":"player_competition_view_player_idx","definition":"CREATE INDEX player_competition_view_player_idx ON public.player_competition_view USING btree (player_id)"},{"name":"player_competition_view_program_idx","definition":"CREATE INDEX player_competition_view_program_idx ON public.player_competition_view USING btree (program_id, competition_season_id)"}],"viewDefinition":" SELECT pcs.id AS player_competition_id,\n    pcs.competition_season_id,\n    pcs.season_division_id,\n    pcs.player_id,\n    pcs.program_id,\n    pcs.games_played,\n    pcs.total_minutes,\n    pcs.total_points,\n    pcs.total_rebounds,\n    pcs.total_offensive_rebounds,\n    pcs.total_defensive_rebounds,\n    pcs.total_assists,\n    pcs.total_steals,\n    pcs.total_blocks,\n    pcs.total_turnovers,\n    pcs.total_personal_fouls,\n    pcs.total_field_goals_made,\n    pcs.total_field_goals_attempted,\n    pcs.total_free_throws_made,\n    pcs.total_free_throws_attempted,\n    pcs.total_three_pointers_made,\n    pcs.total_three_pointers_attempted,\n    pcs.total_two_pointers_made,\n    pcs.total_two_pointers_attempted,\n    pcs.total_possessions,\n    pcs.points_per_game,\n    pcs.rebounds_per_game,\n    pcs.offensive_rebounds_per_game,\n    pcs.defensive_rebounds_per_game,\n    pcs.assists_per_game,\n    pcs.steals_per_game,\n    pcs.blocks_per_game,\n    pcs.turnovers_per_game,\n    pcs.personal_fouls_per_game,\n    pcs.minutes_per_game,\n    pcs.possessions_per_game,\n    pcs.three_pointers_made_per_game,\n    pcs.three_pointers_attempted_per_game,\n    pcs.two_pointers_made_per_game,\n    pcs.two_pointers_attempted_per_game,\n    pcs.points_per_40,\n    pcs.rebounds_per_40,\n    pcs.offensive_rebounds_per_40,\n    pcs.defensive_rebounds_per_40,\n    pcs.assists_per_40,\n    pcs.steals_per_40,\n    pcs.blocks_per_40,\n    pcs.turnovers_per_40,\n    pcs.possessions_per_40,\n    pcs.three_pointers_made_per_40,\n    pcs.three_pointers_attempted_per_40,\n    pcs.two_pointers_made_per_40,\n    pcs.two_pointers_attempted_per_40,\n    pcs.field_goal_pct,\n    pcs.two_point_pct,\n    pcs.three_point_pct,\n    pcs.free_throw_pct,\n    pcs.effective_field_goal_pct,\n    pcs.true_shooting_pct,\n    pcs.usage_pct,\n    pcs.assist_turnover_ratio,\n    pcs.points_per_possession,\n    pcs.psp,\n    pcs.three_pe,\n    pcs.dsi,\n    pcs.atr,\n    pcs.fgs,\n    pcs.ram,\n    pcs.c_ram,\n    pcs.gold,\n    pcs.silver,\n    pcs.bronze,\n    pcs.jersey_number,\n    pcs.has_boxscore_stats,\n    pcs.calculated_at,\n    p.canonical_name AS player_name,\n    o.id AS organization_id,\n    o.name AS organization_name,\n    c.id AS competition_id,\n    c.name AS competition_name,\n    c.gender_code AS competition_gender_code,\n    cl.code AS competition_level_code,\n    cl.display_name AS competition_level_name,\n    cg.code AS competition_geography_code,\n    cg.display_name AS competition_geography_name,\n    cg.geography_type AS competition_geography_type,\n    cg.country_code AS competition_country_code,\n    cg.scope_code AS competition_scope_code,\n    cs.name AS competition_season_name,\n    cs.start_date AS season_start_date,\n    cs.end_date AS season_end_date,\n    sd.name AS division_name,\n    pr.name AS program_name\n   FROM player_competition_season pcs\n     JOIN player p ON p.id = pcs.player_id\n     JOIN competition_season cs ON cs.id = pcs.competition_season_id\n     JOIN competition c ON c.id = cs.competition_id\n     JOIN organization o ON o.id = c.organization_id\n     JOIN program pr ON pr.id = pcs.program_id\n     LEFT JOIN season_division sd ON sd.id = pcs.season_division_id\n     LEFT JOIN competition_level cl ON cl.id = c.competition_level_id\n     LEFT JOIN competition_geography cg ON cg.id = c.competition_geography_id\n  WHERE p.is_public AND pr.is_public AND c.is_public AND cs.is_public AND (sd.id IS NULL OR sd.is_public) AND NOT (EXISTS ( SELECT 1\n           FROM identity.entity_redirect er\n          WHERE er.entity_type = 'player'::text AND er.retired_entity_id = p.id)) AND NOT (EXISTS ( SELECT 1\n           FROM identity.entity_redirect er\n          WHERE er.entity_type = 'program'::text AND er.retired_entity_id = pr.id));","fields":[{"name":"assist_turnover_ratio","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"atr","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"atr","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"bronze","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"bronze","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"c_ram","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"c_ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"calculated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":75,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":87,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":81,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":84,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":85,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":86,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":79,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_level_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":82,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_level_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":83,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":80,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_scope_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_scope_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":88,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":89,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"division_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"division_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":92,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"dsi","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"dsi","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"effective_field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"fgs","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"fgs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gold","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"gold","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"has_boxscore_stats","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":74,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"jersey_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"minutes_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"minutes_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":77,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":78,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"personal_fouls_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"personal_fouls_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":76,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_possession","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":93,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"psp","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"psp","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"ram","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":91,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":90,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"silver","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"silver","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pe","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pe","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"true_shooting_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"usage_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"usage_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"player_competition_view","description":"fetch data from the table: \"player_competition_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_view","ofType":null}}}}},{"name":"player_competition_view_aggregate","description":"fetch aggregated fields from the table: \"player_competition_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_view_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"player_competition_view","description":"fetch data from the table: \"player_competition_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_view","ofType":null}}}}},{"name":"player_competition_view_aggregate","description":"fetch aggregated fields from the table: \"player_competition_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_view_aggregate","ofType":null}}},{"name":"player_competition_view_stream","description":"fetch data from the table in a streaming manner: \"player_competition_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_view","ofType":null}}}}}]},"inputTypes":[{"name":"player_competition_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_competition_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_bool_exp","ofType":null}}}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"player_competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_competition_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_competition_view\".","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_competition_view_select_column","kind":"ENUM","description":"select columns of table \"player_competition_view\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_competition_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_competition_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_competition_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_conference_stats_view","databaseType":"view","estimatedRows":0,"description":"One player/program/conference/season aggregate using only NCAA D-I games where both opponents shared the same non-Independent conference group.","columns":[{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"conference_group_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"conference_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[],"viewDefinition":" WITH conference_boxscore AS (\n         SELECT player_game.player_id,\n            player.canonical_name AS player_name,\n            team_side.competition_season_id,\n            season.name AS season_name,\n            competition.id AS competition_id,\n            competition.name AS competition_name,\n            competition.gender_code,\n            entry.program_id,\n            program.name AS program_name,\n            conference_group.id AS conference_group_id,\n            conference_group.name AS conference_name,\n            count(DISTINCT team_side.game_id)::integer AS games_played,\n            COALESCE(sum(player_game.minutes), 0::numeric) AS total_minutes,\n            COALESCE(sum(player_game.points), 0::bigint)::integer AS total_points,\n            COALESCE(sum(player_game.rebounds), 0::bigint)::integer AS total_rebounds,\n            COALESCE(sum(player_game.offensive_rebounds), 0::bigint)::integer AS total_offensive_rebounds,\n            COALESCE(sum(player_game.defensive_rebounds), 0::bigint)::integer AS total_defensive_rebounds,\n            COALESCE(sum(player_game.assists), 0::bigint)::integer AS total_assists,\n            COALESCE(sum(player_game.steals), 0::bigint)::integer AS total_steals,\n            COALESCE(sum(player_game.blocks), 0::bigint)::integer AS total_blocks,\n            COALESCE(sum(player_game.turnovers), 0::bigint)::integer AS total_turnovers,\n            COALESCE(sum(player_game.personal_fouls), 0::bigint)::integer AS total_personal_fouls,\n            COALESCE(sum(player_game.field_goals_made), 0::bigint)::integer AS total_field_goals_made,\n            COALESCE(sum(player_game.field_goals_attempted), 0::bigint)::integer AS total_field_goals_attempted,\n            COALESCE(sum(player_game.free_throws_made), 0::bigint)::integer AS total_free_throws_made,\n            COALESCE(sum(player_game.free_throws_attempted), 0::bigint)::integer AS total_free_throws_attempted,\n            COALESCE(sum(player_game.three_pointers_made), 0::bigint)::integer AS total_three_pointers_made,\n            COALESCE(sum(player_game.three_pointers_attempted), 0::bigint)::integer AS total_three_pointers_attempted\n           FROM player_game player_game\n             JOIN player player ON player.id = player_game.player_id\n             JOIN team_game team_side ON team_side.id = player_game.team_game_id\n             JOIN program_entry entry ON entry.id = team_side.program_entry_id\n             JOIN program program ON program.id = entry.program_id\n             JOIN team_game_group own_group_link ON own_group_link.team_game_id = team_side.id\n             JOIN team_group conference_group ON conference_group.id = own_group_link.team_group_id\n             JOIN competition_event regular_event ON regular_event.id = conference_group.competition_event_id\n             JOIN competition_season season ON season.id = conference_group.competition_season_id\n             JOIN competition competition ON competition.id = season.competition_id\n          WHERE (competition.id = ANY (ARRAY['b131d0a5-d369-5fbc-ab7e-01283eecdd85'::uuid, 'f73d0fc3-0e20-5c78-8553-f3ceb0d4bdd9'::uuid])) AND regular_event.event_type = 'regular_season'::text AND conference_group.group_type = 'conference'::text AND conference_group.name <> 'Independent'::text AND player_game_has_boxscore(player_game.*) AND (EXISTS ( SELECT 1\n                   FROM team_game opponent_side\n                     JOIN team_game_group opponent_group_link ON opponent_group_link.team_game_id = opponent_side.id AND opponent_group_link.team_group_id = conference_group.id\n                  WHERE opponent_side.game_id = team_side.game_id AND opponent_side.id <> team_side.id))\n          GROUP BY player_game.player_id, player.canonical_name, team_side.competition_season_id, season.name, competition.id, competition.name, competition.gender_code, entry.program_id, program.name, conference_group.id, conference_group.name\n        )\n SELECT player_id,\n    player_name,\n    competition_season_id,\n    season_name,\n    competition_id,\n    competition_name,\n    gender_code,\n    program_id,\n    program_name,\n    conference_group_id,\n    conference_name,\n    games_played,\n    total_minutes,\n    total_points,\n    total_rebounds,\n    total_offensive_rebounds,\n    total_defensive_rebounds,\n    total_assists,\n    total_steals,\n    total_blocks,\n    total_turnovers,\n    total_personal_fouls,\n    total_field_goals_made,\n    total_field_goals_attempted,\n    total_free_throws_made,\n    total_free_throws_attempted,\n    total_three_pointers_made,\n    total_three_pointers_attempted,\n    total_points::numeric / NULLIF(games_played, 0)::numeric AS points_per_game,\n    total_rebounds::numeric / NULLIF(games_played, 0)::numeric AS rebounds_per_game,\n    total_assists::numeric / NULLIF(games_played, 0)::numeric AS assists_per_game,\n    total_steals::numeric / NULLIF(games_played, 0)::numeric AS steals_per_game,\n    total_blocks::numeric / NULLIF(games_played, 0)::numeric AS blocks_per_game,\n    total_turnovers::numeric / NULLIF(games_played, 0)::numeric AS turnovers_per_game,\n    total_field_goals_made::numeric / NULLIF(total_field_goals_attempted, 0)::numeric AS field_goal_pct,\n    total_three_pointers_made::numeric / NULLIF(total_three_pointers_attempted, 0)::numeric AS three_point_pct,\n    total_free_throws_made::numeric / NULLIF(total_free_throws_attempted, 0)::numeric AS free_throw_pct\n   FROM conference_boxscore;","fields":[{"name":"assists_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"conference_group_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"conference_group_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"conference_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"conference_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"player_conference_stats_view","description":"fetch data from the table: \"player_conference_stats_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_conference_stats_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_conference_stats_view","ofType":null}}}}},{"name":"player_conference_stats_view_aggregate","description":"fetch aggregated fields from the table: \"player_conference_stats_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_conference_stats_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_conference_stats_view_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"player_conference_stats_view","description":"fetch data from the table: \"player_conference_stats_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_conference_stats_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_conference_stats_view","ofType":null}}}}},{"name":"player_conference_stats_view_aggregate","description":"fetch aggregated fields from the table: \"player_conference_stats_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_conference_stats_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_conference_stats_view_aggregate","ofType":null}}},{"name":"player_conference_stats_view_stream","description":"fetch data from the table in a streaming manner: \"player_conference_stats_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_conference_stats_view","ofType":null}}}}}]},"inputTypes":[{"name":"player_conference_stats_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_conference_stats_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_bool_exp","ofType":null}}}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"conference_group_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"conference_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_conference_stats_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_conference_stats_view\".","fields":[{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"conference_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"conference_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_conference_stats_view_select_column","kind":"ENUM","description":"select columns of table \"player_conference_stats_view\"","fields":[],"enumValues":[{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"conference_group_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"conference_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_conference_stats_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_conference_stats_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_conference_stats_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_conference_stats_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"conference_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"conference_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_contract","databaseType":"table","estimatedRows":18453,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_contract_season","column":"player_contract_id","schema":"public","constraint":"player_contract_season_player_contract_id_fkey"}]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_contract_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_contract_program_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"contract_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"signed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"starts_on","type":"date","checks":[{"name":"player_contract_check","definition":"CHECK (ends_on IS NULL OR starts_on IS NULL OR ends_on >= starts_on)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"ends_on","type":"date","checks":[{"name":"player_contract_check","definition":"CHECK (ends_on IS NULL OR starts_on IS NULL OR ends_on >= starts_on)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_value","type":"numeric(18,2)","checks":[{"name":"player_contract_total_value_check","definition":"CHECK (total_value IS NULL OR total_value >= 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"currency_code","type":"character(3)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_contract_check","type":"check","definition":"CHECK (ends_on IS NULL OR starts_on IS NULL OR ends_on >= starts_on)"},{"name":"player_contract_total_value_check","type":"check","definition":"CHECK (total_value IS NULL OR total_value >= 0::numeric)"},{"name":"player_contract_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_contract_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_id) REFERENCES program(id)"},{"name":"player_contract_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"player_contract_pkey","definition":"CREATE UNIQUE INDEX player_contract_pkey ON public.player_contract USING btree (id)"},{"name":"player_contract_player_idx","definition":"CREATE INDEX player_contract_player_idx ON public.player_contract USING btree (player_id, starts_on DESC)"},{"name":"player_contract_program_idx","definition":"CREATE INDEX player_contract_program_idx ON public.player_contract USING btree (program_id, starts_on DESC)"}],"viewDefinition":null,"fields":[{"name":"contract_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"contract_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"currency_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"currency_code","type":"character(3)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"ends_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"ends_on","type":"date","checks":[{"name":"player_contract_check","definition":"CHECK (ends_on IS NULL OR starts_on IS NULL OR ends_on >= starts_on)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_contract_season","column":"player_contract_id","schema":"public","constraint":"player_contract_season_player_contract_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"observed_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_contract_seasons","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_season","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_contract_seasons","using":{"foreign_key_constraint_on":{"column":"player_contract_id","table":{"name":"player_contract_season","schema":"public"}}}}},{"name":"player_contract_seasons_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_season_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_contract_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program","using":{"foreign_key_constraint_on":"program_id"}}},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_contract_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"signed_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"signed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_note","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_url","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"starts_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"starts_on","type":"date","checks":[{"name":"player_contract_check","definition":"CHECK (ends_on IS NULL OR starts_on IS NULL OR ends_on >= starts_on)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_value","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_value","type":"numeric(18,2)","checks":[{"name":"player_contract_total_value_check","definition":"CHECK (total_value IS NULL OR total_value >= 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program","using":{"foreign_key_constraint_on":"program_id"}}],"array":[{"name":"player_contract_seasons","using":{"foreign_key_constraint_on":{"column":"player_contract_id","table":{"name":"player_contract_season","schema":"public"}}}}]},"operations":{"query":[{"name":"player_contract","description":"fetch data from the table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract","ofType":null}}}}},{"name":"player_contract_aggregate","description":"fetch aggregated fields from the table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_aggregate","ofType":null}}},{"name":"player_contract_by_pk","description":"fetch data from the table: \"player_contract\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract","ofType":null}}],"mutation":[{"name":"delete_player_contract","description":"delete data from the table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract_mutation_response","ofType":null}},{"name":"delete_player_contract_by_pk","description":"delete single row from the table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract","ofType":null}},{"name":"insert_player_contract","description":"insert data into the table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_contract_mutation_response","ofType":null}},{"name":"insert_player_contract_one","description":"insert a single row into the table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_contract","ofType":null}},{"name":"update_player_contract","description":"update data of the table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract_mutation_response","ofType":null}},{"name":"update_player_contract_by_pk","description":"update single row of the table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract","ofType":null}},{"name":"update_player_contract_many","description":"update multiples rows of table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_mutation_response","ofType":null}}}],"subscription":[{"name":"player_contract","description":"fetch data from the table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract","ofType":null}}}}},{"name":"player_contract_aggregate","description":"fetch aggregated fields from the table: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_aggregate","ofType":null}}},{"name":"player_contract_by_pk","description":"fetch data from the table: \"player_contract\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract","ofType":null}},{"name":"player_contract_stream","description":"fetch data from the table in a streaming manner: \"player_contract\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract","ofType":null}}}}}]},"inputTypes":[{"name":"player_contract_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_contract_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column_player_contract_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column_player_contract_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_contract\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_contract\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_contract_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_contract\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}}},{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_contract_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"player_contract_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_contract_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_contract\"","fields":[],"enumValues":[{"name":"player_contract_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_contract_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_contract\"","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_contract_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_arr_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_contract\"","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_contract\"","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"player_contract\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_contract_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_contract\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_contract_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_contract\".","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_contract_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_contract","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_contract_season\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_contract_season\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_contract_season\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}},{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_contract","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_contract_season\"","fields":[],"enumValues":[{"name":"player_contract_season_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_contract_season_player_contract_id_competition_seaso_key","description":"unique or primary key constraint on columns \"player_contract_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_contract","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_obj_rel_insert_input","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_contract_season\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_contract_season\".","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_contract","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_contract_season","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_select_column","kind":"ENUM","description":"select columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"cap_hit","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"guaranteed_amount","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_contract_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"salary","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_contract_season_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_contract_season_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_contract_season\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_update_column","kind":"ENUM","description":"update columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"cap_hit","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"guaranteed_amount","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_contract_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"salary","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_select_column","kind":"ENUM","description":"select columns of table \"player_contract\"","fields":[],"enumValues":[{"name":"contract_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"currency_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ends_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"signed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"starts_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_value","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_select_column_player_contract_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_contract_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_contract\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_select_column_player_contract_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_contract_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_contract\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_contract\"","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_contract\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_contract_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"contract_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"currency_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"ends_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"signed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"starts_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_update_column","kind":"ENUM","description":"update columns of table \"player_contract\"","fields":[],"enumValues":[{"name":"contract_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"currency_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ends_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"signed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"starts_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_value","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_contract\"","fields":[{"name":"total_value","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_contract_season","databaseType":"table","estimatedRows":18453,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_contract_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player_contract","column":"id","schema":"public","constraint":"player_contract_season_player_contract_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"player_contract_season_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"salary","type":"numeric(18,2)","checks":[{"name":"player_contract_season_salary_check","definition":"CHECK (salary IS NULL OR salary >= 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"guaranteed_amount","type":"numeric(18,2)","checks":[{"name":"player_contract_season_guaranteed_amount_check","definition":"CHECK (guaranteed_amount IS NULL OR guaranteed_amount >= 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"cap_hit","type":"numeric(18,2)","checks":[{"name":"player_contract_season_cap_hit_check","definition":"CHECK (cap_hit IS NULL OR cap_hit >= 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"option_type","type":"text","checks":[{"name":"player_contract_season_option_type_check","definition":"CHECK (option_type IS NULL OR (option_type = ANY (ARRAY['team'::text, 'player'::text, 'early_termination'::text])))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"option_exercised","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_guaranteed","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_contract_season_cap_hit_check","type":"check","definition":"CHECK (cap_hit IS NULL OR cap_hit >= 0::numeric)"},{"name":"player_contract_season_guaranteed_amount_check","type":"check","definition":"CHECK (guaranteed_amount IS NULL OR guaranteed_amount >= 0::numeric)"},{"name":"player_contract_season_option_type_check","type":"check","definition":"CHECK (option_type IS NULL OR (option_type = ANY (ARRAY['team'::text, 'player'::text, 'early_termination'::text])))"},{"name":"player_contract_season_salary_check","type":"check","definition":"CHECK (salary IS NULL OR salary >= 0::numeric)"},{"name":"player_contract_season_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id) DEFERRABLE"},{"name":"player_contract_season_player_contract_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_contract_id) REFERENCES player_contract(id) ON DELETE CASCADE"},{"name":"player_contract_season_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"player_contract_season_player_contract_id_competition_seaso_key","type":"unique","definition":"UNIQUE (player_contract_id, competition_season_id)"}],"indexes":[{"name":"player_contract_season_pkey","definition":"CREATE UNIQUE INDEX player_contract_season_pkey ON public.player_contract_season USING btree (id)"},{"name":"player_contract_season_player_contract_id_competition_seaso_key","definition":"CREATE UNIQUE INDEX player_contract_season_player_contract_id_competition_seaso_key ON public.player_contract_season USING btree (player_contract_id, competition_season_id)"}],"viewDefinition":null,"fields":[{"name":"cap_hit","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"cap_hit","type":"numeric(18,2)","checks":[{"name":"player_contract_season_cap_hit_check","definition":"CHECK (cap_hit IS NULL OR cap_hit >= 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"player_contract_season_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"guaranteed_amount","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"guaranteed_amount","type":"numeric(18,2)","checks":[{"name":"player_contract_season_guaranteed_amount_check","definition":"CHECK (guaranteed_amount IS NULL OR guaranteed_amount >= 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"is_guaranteed","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"is_guaranteed","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"observed_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"option_exercised","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"option_exercised","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"option_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"option_type","type":"text","checks":[{"name":"player_contract_season_option_type_check","definition":"CHECK (option_type IS NULL OR (option_type = ANY (ARRAY['team'::text, 'player'::text, 'early_termination'::text])))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_contract","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player_contract","using":{"foreign_key_constraint_on":"player_contract_id"}}},{"name":"player_contract_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_contract_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player_contract","column":"id","schema":"public","constraint":"player_contract_season_player_contract_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"salary","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"salary","type":"numeric(18,2)","checks":[{"name":"player_contract_season_salary_check","definition":"CHECK (salary IS NULL OR salary >= 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_url","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}},{"name":"player_contract","using":{"foreign_key_constraint_on":"player_contract_id"}}],"array":[]},"operations":{"query":[{"name":"player_contract_season","description":"fetch data from the table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_season","ofType":null}}}}},{"name":"player_contract_season_aggregate","description":"fetch aggregated fields from the table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_season_aggregate","ofType":null}}},{"name":"player_contract_season_by_pk","description":"fetch data from the table: \"player_contract_season\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract_season","ofType":null}}],"mutation":[{"name":"delete_player_contract_season","description":"delete data from the table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract_season_mutation_response","ofType":null}},{"name":"delete_player_contract_season_by_pk","description":"delete single row from the table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract_season","ofType":null}},{"name":"insert_player_contract_season","description":"insert data into the table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_contract_season_mutation_response","ofType":null}},{"name":"insert_player_contract_season_one","description":"insert a single row into the table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_contract_season","ofType":null}},{"name":"update_player_contract_season","description":"update data of the table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract_season_mutation_response","ofType":null}},{"name":"update_player_contract_season_by_pk","description":"update single row of the table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract_season","ofType":null}},{"name":"update_player_contract_season_many","description":"update multiples rows of table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_season_mutation_response","ofType":null}}}],"subscription":[{"name":"player_contract_season","description":"fetch data from the table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_season","ofType":null}}}}},{"name":"player_contract_season_aggregate","description":"fetch aggregated fields from the table: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_season_aggregate","ofType":null}}},{"name":"player_contract_season_by_pk","description":"fetch data from the table: \"player_contract_season\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_contract_season","ofType":null}},{"name":"player_contract_season_stream","description":"fetch data from the table in a streaming manner: \"player_contract_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_season","ofType":null}}}}}]},"inputTypes":[{"name":"player_contract_season_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_contract_season\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_contract_season\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_contract_season\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}},{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_contract","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_contract_season\"","fields":[],"enumValues":[{"name":"player_contract_season_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_contract_season_player_contract_id_competition_seaso_key","description":"unique or primary key constraint on columns \"player_contract_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_contract","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_obj_rel_insert_input","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_contract_season\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_season_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_contract_season\".","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_contract","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_contract_season","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_select_column","kind":"ENUM","description":"select columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"cap_hit","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"guaranteed_amount","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_contract_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"salary","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_contract_season_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_select_column_player_contract_season_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_contract_season_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_contract_season\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_guaranteed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"option_exercised","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"option_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_contract_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_update_column","kind":"ENUM","description":"update columns of table \"player_contract_season\"","fields":[],"enumValues":[{"name":"cap_hit","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"guaranteed_amount","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_guaranteed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_exercised","description":"column name","deprecated":false,"deprecationReason":null},{"name":"option_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_contract_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"salary","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_contract_season_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_season_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_contract_season_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_contract_season_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_contract_season\"","fields":[{"name":"cap_hit","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"guaranteed_amount","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"salary","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_current_transfer_status","databaseType":"view","estimatedRows":0,"description":null,"columns":[{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"transfer_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_in_portal","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"from_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"to_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"from_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"to_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"portal_entered_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"committed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"enrolled_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"date_confirmed","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[],"viewDefinition":" WITH ranked AS (\n         SELECT transfer.id,\n            transfer.player_id,\n            transfer.competition_season_id,\n            transfer.from_program_entry_id,\n            transfer.to_program_entry_id,\n            transfer.from_program_name,\n            transfer.to_program_name,\n            transfer.status,\n            transfer.portal_entered_on,\n            transfer.committed_on,\n            transfer.enrolled_on,\n            transfer.source_url,\n            transfer.source_note,\n            transfer.observed_at,\n            transfer.is_public,\n            transfer.created_at,\n            transfer.updated_at,\n            transfer.date_confirmed,\n            identity.resolve_entity('player'::text, transfer.player_id) AS resolved_player_id,\n            row_number() OVER (PARTITION BY (identity.resolve_entity('player'::text, transfer.player_id)) ORDER BY (COALESCE(transfer.date_confirmed, transfer.enrolled_on, transfer.committed_on, transfer.portal_entered_on, transfer.observed_at::date, transfer.updated_at::date)) DESC NULLS LAST, transfer.updated_at DESC, transfer.id) AS current_order\n           FROM player_transfer transfer\n             JOIN player player ON player.id = transfer.player_id\n          WHERE transfer.is_public AND player.is_public\n        )\n SELECT resolved_player_id AS player_id,\n    id AS transfer_id,\n    status,\n    status = 'entered'::text AS is_in_portal,\n    competition_season_id,\n    from_program_entry_id,\n    to_program_entry_id,\n    from_program_name,\n    to_program_name,\n    portal_entered_on,\n    committed_on,\n    enrolled_on,\n    date_confirmed,\n    source_url,\n    source_note,\n    observed_at,\n    updated_at\n   FROM ranked\n  WHERE current_order = 1;","fields":[{"name":"committed_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"committed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"date_confirmed","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"date_confirmed","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"enrolled_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"enrolled_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"from_program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"from_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"from_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"from_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_in_portal","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"is_in_portal","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"observed_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"portal_entered_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"portal_entered_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_note","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_url","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"to_program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"to_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"to_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"to_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"transfer_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"transfer_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"player_current_transfer_status","description":"fetch data from the table: \"player_current_transfer_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_current_transfer_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_current_transfer_status","ofType":null}}}}},{"name":"player_current_transfer_status_aggregate","description":"fetch aggregated fields from the table: \"player_current_transfer_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_current_transfer_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_current_transfer_status_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"player_current_transfer_status","description":"fetch data from the table: \"player_current_transfer_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_current_transfer_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_current_transfer_status","ofType":null}}}}},{"name":"player_current_transfer_status_aggregate","description":"fetch aggregated fields from the table: \"player_current_transfer_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_current_transfer_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_current_transfer_status_aggregate","ofType":null}}},{"name":"player_current_transfer_status_stream","description":"fetch data from the table in a streaming manner: \"player_current_transfer_status\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_current_transfer_status","ofType":null}}}}}]},"inputTypes":[{"name":"player_current_transfer_status_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_current_transfer_status\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_bool_exp","ofType":null}}}},{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_current_transfer_status_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_current_transfer_status\".","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_current_transfer_status_select_column","kind":"ENUM","description":"select columns of table \"player_current_transfer_status\"","fields":[],"enumValues":[{"name":"committed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"date_confirmed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"enrolled_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_in_portal","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"portal_entered_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"transfer_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_current_transfer_status_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_current_transfer_status\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_current_transfer_status_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_current_transfer_status_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_draft_pick","databaseType":"table","estimatedRows":3441,"description":null,"columns":[{"name":"id","type":"uuid","checks":[{"name":"player_draft_pick_check","definition":"CHECK (drafting_program_id IS NOT NULL OR NULLIF(btrim(drafting_program_name), ''::text) IS NOT NULL)"},{"name":"player_draft_pick_selection_status_check","definition":"CHECK (selection_status = ANY (ARRAY['drafted'::text, 'supplemental'::text, 'forfeited'::text, 'voided'::text]))"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"draft_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"draft_event","column":"id","schema":"public","constraint":"player_draft_pick_draft_event_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_draft_pick_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"drafting_program_id","type":"uuid","checks":[{"name":"player_draft_pick_check","definition":"CHECK (drafting_program_id IS NOT NULL OR NULLIF(btrim(drafting_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_draft_pick_drafting_program_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"drafting_program_name","type":"text","checks":[{"name":"player_draft_pick_check","definition":"CHECK (drafting_program_id IS NOT NULL OR NULLIF(btrim(drafting_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"round_number","type":"smallint","checks":[{"name":"player_draft_pick_round_number_check","definition":"CHECK (round_number IS NULL OR round_number > 0)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"pick_in_round","type":"smallint","checks":[{"name":"player_draft_pick_pick_in_round_check","definition":"CHECK (pick_in_round IS NULL OR pick_in_round > 0)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"overall_pick","type":"smallint","checks":[{"name":"player_draft_pick_overall_pick_check","definition":"CHECK (overall_pick > 0)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"selection_status","type":"text","checks":[{"name":"player_draft_pick_selection_status_check","definition":"CHECK (selection_status = ANY (ARRAY['drafted'::text, 'supplemental'::text, 'forfeited'::text, 'voided'::text]))"}],"unique":false,"comment":null,"default":"'drafted'::text","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_draft_pick_check","type":"check","definition":"CHECK (drafting_program_id IS NOT NULL OR NULLIF(btrim(drafting_program_name), ''::text) IS NOT NULL)"},{"name":"player_draft_pick_overall_pick_check","type":"check","definition":"CHECK (overall_pick > 0)"},{"name":"player_draft_pick_pick_in_round_check","type":"check","definition":"CHECK (pick_in_round IS NULL OR pick_in_round > 0)"},{"name":"player_draft_pick_round_number_check","type":"check","definition":"CHECK (round_number IS NULL OR round_number > 0)"},{"name":"player_draft_pick_selection_status_check","type":"check","definition":"CHECK (selection_status = ANY (ARRAY['drafted'::text, 'supplemental'::text, 'forfeited'::text, 'voided'::text]))"},{"name":"player_draft_pick_draft_event_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (draft_event_id) REFERENCES draft_event(id)"},{"name":"player_draft_pick_drafting_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (drafting_program_id) REFERENCES program(id)"},{"name":"player_draft_pick_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_draft_pick_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"player_draft_pick_draft_event_id_overall_pick_key","type":"unique","definition":"UNIQUE (draft_event_id, overall_pick)"},{"name":"player_draft_pick_draft_event_id_round_number_pick_in_round_key","type":"unique","definition":"UNIQUE NULLS NOT DISTINCT (draft_event_id, round_number, pick_in_round)"}],"indexes":[{"name":"player_draft_pick_draft_event_id_overall_pick_key","definition":"CREATE UNIQUE INDEX player_draft_pick_draft_event_id_overall_pick_key ON public.player_draft_pick USING btree (draft_event_id, overall_pick)"},{"name":"player_draft_pick_draft_event_id_round_number_pick_in_round_key","definition":"CREATE UNIQUE INDEX player_draft_pick_draft_event_id_round_number_pick_in_round_key ON public.player_draft_pick USING btree (draft_event_id, round_number, pick_in_round) NULLS NOT DISTINCT"},{"name":"player_draft_pick_pkey","definition":"CREATE UNIQUE INDEX player_draft_pick_pkey ON public.player_draft_pick USING btree (id)"},{"name":"player_draft_pick_player_idx","definition":"CREATE INDEX player_draft_pick_player_idx ON public.player_draft_pick USING btree (player_id)"},{"name":"player_draft_pick_program_idx","definition":"CREATE INDEX player_draft_pick_program_idx ON public.player_draft_pick USING btree (drafting_program_id)"}],"viewDefinition":null,"fields":[{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"draft_event","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"draft_event","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"draft_event","using":{"foreign_key_constraint_on":"draft_event_id"}}},{"name":"draft_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"draft_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"draft_event","column":"id","schema":"public","constraint":"player_draft_pick_draft_event_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"drafting_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"drafting_program_id","type":"uuid","checks":[{"name":"player_draft_pick_check","definition":"CHECK (drafting_program_id IS NOT NULL OR NULLIF(btrim(drafting_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_draft_pick_drafting_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"drafting_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"drafting_program_name","type":"text","checks":[{"name":"player_draft_pick_check","definition":"CHECK (drafting_program_id IS NOT NULL OR NULLIF(btrim(drafting_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[{"name":"player_draft_pick_check","definition":"CHECK (drafting_program_id IS NOT NULL OR NULLIF(btrim(drafting_program_name), ''::text) IS NOT NULL)"},{"name":"player_draft_pick_selection_status_check","definition":"CHECK (selection_status = ANY (ARRAY['drafted'::text, 'supplemental'::text, 'forfeited'::text, 'voided'::text]))"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"observed_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"overall_pick","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"smallint","ofType":null}},"arguments":[],"source":"column","column":{"name":"overall_pick","type":"smallint","checks":[{"name":"player_draft_pick_overall_pick_check","definition":"CHECK (overall_pick > 0)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"pick_in_round","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"pick_in_round","type":"smallint","checks":[{"name":"player_draft_pick_pick_in_round_check","definition":"CHECK (pick_in_round IS NULL OR pick_in_round > 0)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_draft_pick_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program","using":{"foreign_key_constraint_on":"drafting_program_id"}}},{"name":"round_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"round_number","type":"smallint","checks":[{"name":"player_draft_pick_round_number_check","definition":"CHECK (round_number IS NULL OR round_number > 0)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"selection_status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"selection_status","type":"text","checks":[{"name":"player_draft_pick_selection_status_check","definition":"CHECK (selection_status = ANY (ARRAY['drafted'::text, 'supplemental'::text, 'forfeited'::text, 'voided'::text]))"}],"unique":false,"comment":null,"default":"'drafted'::text","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_url","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"draft_event","using":{"foreign_key_constraint_on":"draft_event_id"}},{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program","using":{"foreign_key_constraint_on":"drafting_program_id"}}],"array":[]},"operations":{"query":[{"name":"player_draft_pick","description":"fetch data from the table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}}}}},{"name":"player_draft_pick_aggregate","description":"fetch aggregated fields from the table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick_aggregate","ofType":null}}},{"name":"player_draft_pick_by_pk","description":"fetch data from the table: \"player_draft_pick\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}}],"mutation":[{"name":"delete_player_draft_pick","description":"delete data from the table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_draft_pick_mutation_response","ofType":null}},{"name":"delete_player_draft_pick_by_pk","description":"delete single row from the table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}},{"name":"insert_player_draft_pick","description":"insert data into the table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_draft_pick_mutation_response","ofType":null}},{"name":"insert_player_draft_pick_one","description":"insert a single row into the table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}},{"name":"update_player_draft_pick","description":"update data of the table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_draft_pick_mutation_response","ofType":null}},{"name":"update_player_draft_pick_by_pk","description":"update single row of the table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}},{"name":"update_player_draft_pick_many","description":"update multiples rows of table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick_mutation_response","ofType":null}}}],"subscription":[{"name":"player_draft_pick","description":"fetch data from the table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}}}}},{"name":"player_draft_pick_aggregate","description":"fetch aggregated fields from the table: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick_aggregate","ofType":null}}},{"name":"player_draft_pick_by_pk","description":"fetch data from the table: \"player_draft_pick\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}},{"name":"player_draft_pick_stream","description":"fetch data from the table in a streaming manner: \"player_draft_pick\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}}}}}]},"inputTypes":[{"name":"player_draft_pick_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column_player_draft_pick_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_draft_pick_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column_player_draft_pick_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_draft_pick_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_draft_pick_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_draft_pick\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_draft_pick\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_draft_pick\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"draft_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_bool_exp","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_draft_pick\"","fields":[],"enumValues":[{"name":"player_draft_pick_draft_event_id_overall_pick_key","description":"unique or primary key constraint on columns \"draft_event_id\", \"overall_pick\"","deprecated":false,"deprecationReason":null},{"name":"player_draft_pick_draft_event_id_round_number_pick_in_round_key","description":"unique or primary key constraint on columns \"draft_event_id\", \"pick_in_round\", \"round_number\"","deprecated":false,"deprecationReason":null},{"name":"player_draft_pick_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_draft_pick_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_draft_pick\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"draft_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_obj_rel_insert_input","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_draft_pick\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_draft_pick\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_draft_pick\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_draft_pick\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"draft_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"draft_event_order_by","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_draft_pick","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_draft_pick_select_column","kind":"ENUM","description":"select columns of table \"player_draft_pick\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"draft_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"drafting_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"drafting_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"overall_pick","description":"column name","deprecated":false,"deprecationReason":null},{"name":"pick_in_round","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"round_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"selection_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_draft_pick_select_column_player_draft_pick_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_draft_pick_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_draft_pick\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_draft_pick_select_column_player_draft_pick_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_draft_pick_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_draft_pick\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_draft_pick_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_draft_pick\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_draft_pick\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"draft_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"drafting_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"selection_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_update_column","kind":"ENUM","description":"update columns of table \"player_draft_pick\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"draft_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"drafting_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"drafting_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"overall_pick","description":"column name","deprecated":false,"deprecationReason":null},{"name":"pick_in_round","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"round_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"selection_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_draft_pick_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_draft_pick_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_draft_pick_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_draft_pick\"","fields":[{"name":"overall_pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"pick_in_round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"round_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_education","databaseType":"table","estimatedRows":112093,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_education_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"institution_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"education_level","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_education_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_education_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"idx_player_education_high_school_recent","definition":"CREATE INDEX idx_player_education_high_school_recent ON public.player_education USING btree (player_id, COALESCE(end_date, start_date) DESC, created_at DESC) WHERE (education_level = 'high_school'::text)"},{"name":"player_education_pkey","definition":"CREATE UNIQUE INDEX player_education_pkey ON public.player_education USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"education_level","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"education_level","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"institution_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"institution_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_education_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}}],"array":[]},"operations":{"query":[{"name":"player_education","description":"fetch data from the table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_education","ofType":null}}}}},{"name":"player_education_aggregate","description":"fetch aggregated fields from the table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_education_aggregate","ofType":null}}},{"name":"player_education_by_pk","description":"fetch data from the table: \"player_education\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_education","ofType":null}}],"mutation":[{"name":"delete_player_education","description":"delete data from the table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_education_mutation_response","ofType":null}},{"name":"delete_player_education_by_pk","description":"delete single row from the table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_education","ofType":null}},{"name":"insert_player_education","description":"insert data into the table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_education_mutation_response","ofType":null}},{"name":"insert_player_education_one","description":"insert a single row into the table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_education","ofType":null}},{"name":"update_player_education","description":"update data of the table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_education_mutation_response","ofType":null}},{"name":"update_player_education_by_pk","description":"update single row of the table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_education","ofType":null}},{"name":"update_player_education_many","description":"update multiples rows of table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_education_mutation_response","ofType":null}}}],"subscription":[{"name":"player_education","description":"fetch data from the table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_education","ofType":null}}}}},{"name":"player_education_aggregate","description":"fetch aggregated fields from the table: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_education_aggregate","ofType":null}}},{"name":"player_education_by_pk","description":"fetch data from the table: \"player_education\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_education","ofType":null}},{"name":"player_education_stream","description":"fetch data from the table in a streaming manner: \"player_education\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_education","ofType":null}}}}}]},"inputTypes":[{"name":"player_education_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_education_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_education_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_education\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_education_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_education\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_education_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_education\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_education_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_education\"","fields":[],"enumValues":[{"name":"player_education_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_education_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_education\"","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_education_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_education\"","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_education_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_education\"","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_education_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_education\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_education_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_education_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_education\".","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_education_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_education","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_education_select_column","kind":"ENUM","description":"select columns of table \"player_education\"","fields":[],"enumValues":[{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"education_level","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"institution_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_education_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_education\"","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_education_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_education\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_education_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"education_level","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"institution_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_education_update_column","kind":"ENUM","description":"update columns of table \"player_education\"","fields":[],"enumValues":[{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"education_level","description":"column name","deprecated":false,"deprecationReason":null},{"name":"end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"institution_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"start_date","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_education_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_education_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_education_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"player_eligibility_observation","databaseType":"table","estimatedRows":345673,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_eligibility_observation_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"player_eligibility_observation_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"observed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"eligibility_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"remaining_seasons","type":"numeric(3,1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_eligibility_observation_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id) DEFERRABLE"},{"name":"player_eligibility_observation_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_eligibility_observation_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"player_eligibility_observation_pkey","definition":"CREATE UNIQUE INDEX player_eligibility_observation_pkey ON public.player_eligibility_observation USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_season","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"player_eligibility_observation_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"eligibility_status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"eligibility_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"observed_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_eligibility_observation_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"remaining_seasons","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"remaining_seasons","type":"numeric(3,1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_note","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}},{"name":"player","using":{"foreign_key_constraint_on":"player_id"}}],"array":[]},"operations":{"query":[{"name":"player_eligibility_observation","description":"fetch data from the table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_eligibility_observation","ofType":null}}}}},{"name":"player_eligibility_observation_aggregate","description":"fetch aggregated fields from the table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_eligibility_observation_aggregate","ofType":null}}},{"name":"player_eligibility_observation_by_pk","description":"fetch data from the table: \"player_eligibility_observation\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_eligibility_observation","ofType":null}}],"mutation":[{"name":"delete_player_eligibility_observation","description":"delete data from the table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_eligibility_observation_mutation_response","ofType":null}},{"name":"delete_player_eligibility_observation_by_pk","description":"delete single row from the table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_eligibility_observation","ofType":null}},{"name":"insert_player_eligibility_observation","description":"insert data into the table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_eligibility_observation_mutation_response","ofType":null}},{"name":"insert_player_eligibility_observation_one","description":"insert a single row into the table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_eligibility_observation","ofType":null}},{"name":"update_player_eligibility_observation","description":"update data of the table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_eligibility_observation_mutation_response","ofType":null}},{"name":"update_player_eligibility_observation_by_pk","description":"update single row of the table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_eligibility_observation","ofType":null}},{"name":"update_player_eligibility_observation_many","description":"update multiples rows of table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_eligibility_observation_mutation_response","ofType":null}}}],"subscription":[{"name":"player_eligibility_observation","description":"fetch data from the table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_eligibility_observation","ofType":null}}}}},{"name":"player_eligibility_observation_aggregate","description":"fetch aggregated fields from the table: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_eligibility_observation_aggregate","ofType":null}}},{"name":"player_eligibility_observation_by_pk","description":"fetch data from the table: \"player_eligibility_observation\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_eligibility_observation","ofType":null}},{"name":"player_eligibility_observation_stream","description":"fetch data from the table in a streaming manner: \"player_eligibility_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_eligibility_observation","ofType":null}}}}}]},"inputTypes":[{"name":"player_eligibility_observation_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_eligibility_observation_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_eligibility_observation\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_eligibility_observation\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_eligibility_observation\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_eligibility_observation\"","fields":[],"enumValues":[{"name":"player_eligibility_observation_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_eligibility_observation_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_eligibility_observation\"","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_eligibility_observation\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_eligibility_observation\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_eligibility_observation\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_eligibility_observation_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_eligibility_observation\".","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_eligibility_observation","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_eligibility_observation_select_column","kind":"ENUM","description":"select columns of table \"player_eligibility_observation\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"eligibility_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"remaining_seasons","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_eligibility_observation_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_eligibility_observation\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_eligibility_observation\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"eligibility_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_update_column","kind":"ENUM","description":"update columns of table \"player_eligibility_observation\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"eligibility_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"remaining_seasons","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_eligibility_observation_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_eligibility_observation_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_eligibility_observation_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_eligibility_observation_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_eligibility_observation\"","fields":[{"name":"remaining_seasons","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_event_view","databaseType":"materialized_view","estimatedRows":877248,"description":"Product-facing successor to legacy player_event: one row per canonical player, program entry, event, and optional division, with every player_competition_event metric.","columns":[{"name":"player_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"personal_fouls_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"minutes_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"usage_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"psp","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pe","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"dsi","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"atr","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"fgs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"c_ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gold","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"silver","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"bronze","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":74,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":75,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":76,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":77,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":78,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":79,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":80,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":81,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":82,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":83,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":84,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":85,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":86,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":87,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":88,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":89,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_scope_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":90,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":91,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":92,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":93,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":94,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":95,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":96,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":97,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":98,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"division_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":99,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":100,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":101,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participation_role","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":102,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[{"name":"player_event_view_entry_idx","definition":"CREATE INDEX player_event_view_entry_idx ON public.player_event_view USING btree (program_entry_id)"},{"name":"player_event_view_event_idx","definition":"CREATE INDEX player_event_view_event_idx ON public.player_event_view USING btree (competition_event_id, season_division_id)"},{"name":"player_event_view_id_key","definition":"CREATE UNIQUE INDEX player_event_view_id_key ON public.player_event_view USING btree (player_event_id)"},{"name":"player_event_view_player_idx","definition":"CREATE INDEX player_event_view_player_idx ON public.player_event_view USING btree (player_id)"},{"name":"player_event_view_program_idx","definition":"CREATE INDEX player_event_view_program_idx ON public.player_event_view USING btree (program_id, competition_event_id)"}],"viewDefinition":" SELECT pce.id AS player_event_id,\n    pce.competition_event_id,\n    pce.competition_season_id,\n    pce.season_division_id,\n    pce.player_id,\n    pce.program_entry_id,\n    pce.program_id,\n    pce.games_played,\n    pce.total_minutes,\n    pce.total_points,\n    pce.total_rebounds,\n    pce.total_offensive_rebounds,\n    pce.total_defensive_rebounds,\n    pce.total_assists,\n    pce.total_steals,\n    pce.total_blocks,\n    pce.total_turnovers,\n    pce.total_personal_fouls,\n    pce.total_field_goals_made,\n    pce.total_field_goals_attempted,\n    pce.total_free_throws_made,\n    pce.total_free_throws_attempted,\n    pce.total_three_pointers_made,\n    pce.total_three_pointers_attempted,\n    pce.total_two_pointers_made,\n    pce.total_two_pointers_attempted,\n    pce.total_possessions,\n    pce.points_per_game,\n    pce.rebounds_per_game,\n    pce.offensive_rebounds_per_game,\n    pce.defensive_rebounds_per_game,\n    pce.assists_per_game,\n    pce.steals_per_game,\n    pce.blocks_per_game,\n    pce.turnovers_per_game,\n    pce.personal_fouls_per_game,\n    pce.minutes_per_game,\n    pce.possessions_per_game,\n    pce.three_pointers_made_per_game,\n    pce.three_pointers_attempted_per_game,\n    pce.two_pointers_made_per_game,\n    pce.two_pointers_attempted_per_game,\n    pce.points_per_40,\n    pce.rebounds_per_40,\n    pce.offensive_rebounds_per_40,\n    pce.defensive_rebounds_per_40,\n    pce.assists_per_40,\n    pce.steals_per_40,\n    pce.blocks_per_40,\n    pce.turnovers_per_40,\n    pce.possessions_per_40,\n    pce.three_pointers_made_per_40,\n    pce.three_pointers_attempted_per_40,\n    pce.two_pointers_made_per_40,\n    pce.two_pointers_attempted_per_40,\n    pce.field_goal_pct,\n    pce.two_point_pct,\n    pce.three_point_pct,\n    pce.free_throw_pct,\n    pce.effective_field_goal_pct,\n    pce.true_shooting_pct,\n    pce.usage_pct,\n    pce.assist_turnover_ratio,\n    pce.points_per_possession,\n    pce.psp,\n    pce.three_pe,\n    pce.dsi,\n    pce.atr,\n    pce.fgs,\n    pce.ram,\n    pce.c_ram,\n    pce.gold,\n    pce.silver,\n    pce.bronze,\n    pce.jersey_number,\n    pce.has_boxscore_stats,\n    pce.calculated_at,\n    p.canonical_name AS player_name,\n    o.id AS organization_id,\n    o.name AS organization_name,\n    c.id AS competition_id,\n    c.name AS competition_name,\n    c.gender_code AS competition_gender_code,\n    cl.code AS competition_level_code,\n    cl.display_name AS competition_level_name,\n    cg.code AS competition_geography_code,\n    cg.display_name AS competition_geography_name,\n    cg.geography_type AS competition_geography_type,\n    cg.country_code AS competition_country_code,\n    cg.scope_code AS competition_scope_code,\n    cs.name AS competition_season_name,\n    cs.start_date AS season_start_date,\n    cs.end_date AS season_end_date,\n    ce.name AS event_name,\n    ce.event_type,\n    ce.start_date AS event_start_date,\n    ce.end_date AS event_end_date,\n    ce.venue_id AS event_venue_id,\n    sd.name AS division_name,\n    pr.name AS program_name,\n    pe.display_name AS program_entry_name,\n    pe.participation_role\n   FROM player_competition_event pce\n     JOIN player p ON p.id = pce.player_id\n     JOIN competition_event ce ON ce.id = pce.competition_event_id\n     JOIN competition_season cs ON cs.id = pce.competition_season_id\n     JOIN competition c ON c.id = cs.competition_id\n     JOIN organization o ON o.id = c.organization_id\n     JOIN program pr ON pr.id = pce.program_id\n     JOIN program_entry pe ON pe.id = pce.program_entry_id\n     LEFT JOIN season_division sd ON sd.id = pce.season_division_id\n     LEFT JOIN competition_level cl ON cl.id = c.competition_level_id\n     LEFT JOIN competition_geography cg ON cg.id = c.competition_geography_id\n  WHERE p.is_public AND pr.is_public AND c.is_public AND cs.is_public AND ce.is_public AND pe.is_public AND (sd.id IS NULL OR sd.is_public) AND NOT (EXISTS ( SELECT 1\n           FROM identity.entity_redirect er\n          WHERE er.entity_type = 'player'::text AND er.retired_entity_id = p.id)) AND NOT (EXISTS ( SELECT 1\n           FROM identity.entity_redirect er\n          WHERE er.entity_type = 'program'::text AND er.retired_entity_id = pr.id));","fields":[{"name":"assist_turnover_ratio","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"atr","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"atr","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"bronze","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"bronze","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":74,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"c_ram","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"c_ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"calculated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":77,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":89,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":83,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":86,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":87,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":88,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":81,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_level_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":84,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_level_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":85,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":82,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_scope_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_scope_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":90,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":91,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"division_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"division_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":99,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"dsi","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"dsi","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"effective_field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"event_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":97,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"event_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":94,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"event_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":96,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"event_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":95,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_venue_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"event_venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":98,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"fgs","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"fgs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gold","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"gold","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"has_boxscore_stats","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":76,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"jersey_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":75,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"minutes_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"minutes_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":79,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":80,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participation_role","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"participation_role","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":102,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"personal_fouls_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"personal_fouls_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":78,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_possession","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":101,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":100,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"psp","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"psp","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"ram","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"ram","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":93,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":92,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"silver","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"silver","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pe","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pe","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"true_shooting_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_40","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_40","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"usage_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"usage_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"player_event_view","description":"fetch data from the table: \"player_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_event_view","ofType":null}}}}},{"name":"player_event_view_aggregate","description":"fetch aggregated fields from the table: \"player_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_event_view_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"player_event_view","description":"fetch data from the table: \"player_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_event_view","ofType":null}}}}},{"name":"player_event_view_aggregate","description":"fetch aggregated fields from the table: \"player_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_event_view_aggregate","ofType":null}}},{"name":"player_event_view_stream","description":"fetch data from the table in a streaming manner: \"player_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_event_view","ofType":null}}}}}]},"inputTypes":[{"name":"player_event_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_event_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_bool_exp","ofType":null}}}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"player_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_event_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_event_view\".","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_event_view_select_column","kind":"ENUM","description":"select columns of table \"player_event_view\"","fields":[],"enumValues":[{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"atr","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"bronze","description":"column name","deprecated":false,"deprecationReason":null},{"name":"c_ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"dsi","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"fgs","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gold","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"psp","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ram","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"silver","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pe","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_40","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"usage_pct","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_event_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_event_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_event_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_event_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"atr","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"bronze","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"c_ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"defensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"dsi","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"fgs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gold","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"player_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"points_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"psp","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"ram","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"silver","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pe","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_40","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"usage_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_game","databaseType":"table","estimatedRows":8505632,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_game_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"team_game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"team_game","column":"id","schema":"public","constraint":"player_game_team_game_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"started","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participation_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_game_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_game_team_game_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (team_game_id) REFERENCES team_game(id)"},{"name":"player_game_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"player_game_player_id_team_game_id_key","type":"unique","definition":"UNIQUE (player_id, team_game_id)"}],"indexes":[{"name":"player_game_pkey","definition":"CREATE UNIQUE INDEX player_game_pkey ON public.player_game USING btree (id)"},{"name":"player_game_player_id_team_game_id_key","definition":"CREATE UNIQUE INDEX player_game_player_id_team_game_id_key ON public.player_game USING btree (player_id, team_game_id)"},{"name":"player_game_player_idx","definition":"CREATE INDEX player_game_player_idx ON public.player_game USING btree (player_id)"},{"name":"player_game_team_game_idx","definition":"CREATE INDEX player_game_team_game_idx ON public.player_game USING btree (team_game_id)"}],"viewDefinition":null,"fields":[{"name":"assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"jersey_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participation_status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"participation_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_game_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"started","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"started","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_game","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"team_game","using":{"foreign_key_constraint_on":"team_game_id"}}},{"name":"team_game_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"team_game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"team_game","column":"id","schema":"public","constraint":"player_game_team_game_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"team_game","using":{"foreign_key_constraint_on":"team_game_id"}}],"array":[]},"operations":{"query":[{"name":"player_game","description":"fetch data from the table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game","ofType":null}}}}},{"name":"player_game_aggregate","description":"fetch aggregated fields from the table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game_aggregate","ofType":null}}},{"name":"player_game_by_pk","description":"fetch data from the table: \"player_game\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_game","ofType":null}}],"mutation":[{"name":"delete_player_game","description":"delete data from the table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_game_mutation_response","ofType":null}},{"name":"delete_player_game_by_pk","description":"delete single row from the table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_game","ofType":null}},{"name":"insert_player_game","description":"insert data into the table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_game_mutation_response","ofType":null}},{"name":"insert_player_game_one","description":"insert a single row into the table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_game","ofType":null}},{"name":"update_player_game","description":"update data of the table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_game_mutation_response","ofType":null}},{"name":"update_player_game_by_pk","description":"update single row of the table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_game","ofType":null}},{"name":"update_player_game_many","description":"update multiples rows of table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_game_mutation_response","ofType":null}}}],"subscription":[{"name":"player_game","description":"fetch data from the table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game","ofType":null}}}}},{"name":"player_game_aggregate","description":"fetch aggregated fields from the table: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game_aggregate","ofType":null}}},{"name":"player_game_by_pk","description":"fetch data from the table: \"player_game\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_game","ofType":null}},{"name":"player_game_stream","description":"fetch data from the table in a streaming manner: \"player_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game","ofType":null}}}}}]},"inputTypes":[{"name":"player_game_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_game_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column_player_game_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_game_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column_player_game_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_game_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_game_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_game\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_game\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_game_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_game\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}}},{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_game_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_game\"","fields":[],"enumValues":[{"name":"player_game_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_game_player_id_team_game_id_key","description":"unique or primary key constraint on columns \"player_id\", \"team_game_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_game_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_game_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_obj_rel_insert_input","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_game\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_game_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_game\".","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_game","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_game_resolved_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_game_resolved\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}},{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_game_resolved\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_game_resolved\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_game_resolved\".","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_select_column","kind":"ENUM","description":"select columns of table \"player_game_resolved\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"resolved_player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"started","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_resolved_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_game_resolved\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_game_resolved\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_game_select_column","kind":"ENUM","description":"select columns of table \"player_game\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"started","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_select_column_player_game_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_game_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_game\"","fields":[],"enumValues":[{"name":"started","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_select_column_player_game_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_game_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_game\"","fields":[],"enumValues":[{"name":"started","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_game\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_game_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_update_column","kind":"ENUM","description":"update columns of table \"player_game\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"started","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_game_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_game_resolved","databaseType":"view","estimatedRows":0,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"team_game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"started","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participation_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"resolved_player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[],"viewDefinition":" SELECT id,\n    player_id,\n    team_game_id,\n    started,\n    jersey_number,\n    participation_status,\n    minutes,\n    points,\n    rebounds,\n    offensive_rebounds,\n    defensive_rebounds,\n    assists,\n    steals,\n    blocks,\n    turnovers,\n    personal_fouls,\n    field_goals_made,\n    field_goals_attempted,\n    free_throws_made,\n    free_throws_attempted,\n    three_pointers_made,\n    three_pointers_attempted,\n    possessions,\n    created_at,\n    updated_at,\n    identity.resolve_entity('player'::text, player_id) AS resolved_player_id\n   FROM player_game pg;","fields":[{"name":"assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"jersey_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participation_status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"participation_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"resolved_player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"resolved_player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"started","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"started","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_game_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"team_game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"player_game_resolved","description":"fetch data from the table: \"player_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_resolved_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game_resolved","ofType":null}}}}},{"name":"player_game_resolved_aggregate","description":"fetch aggregated fields from the table: \"player_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_resolved_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game_resolved_aggregate","ofType":null}}}],"mutation":[{"name":"delete_player_game_resolved","description":"delete data from the table: \"player_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_game_resolved_mutation_response","ofType":null}},{"name":"insert_player_game_resolved","description":"insert data into the table: \"player_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_insert_input","ofType":null}}}}}],"type":{"kind":"OBJECT","name":"player_game_resolved_mutation_response","ofType":null}},{"name":"insert_player_game_resolved_one","description":"insert a single row into the table: \"player_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_insert_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_game_resolved","ofType":null}},{"name":"update_player_game_resolved","description":"update data of the table: \"player_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_game_resolved_mutation_response","ofType":null}},{"name":"update_player_game_resolved_many","description":"update multiples rows of table: \"player_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_game_resolved_mutation_response","ofType":null}}}],"subscription":[{"name":"player_game_resolved","description":"fetch data from the table: \"player_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_resolved_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game_resolved","ofType":null}}}}},{"name":"player_game_resolved_aggregate","description":"fetch aggregated fields from the table: \"player_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_resolved_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game_resolved_aggregate","ofType":null}}},{"name":"player_game_resolved_stream","description":"fetch data from the table in a streaming manner: \"player_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game_resolved","ofType":null}}}}}]},"inputTypes":[{"name":"player_game_resolved_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_game_resolved\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}},{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_game_resolved\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_game_resolved\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_game_resolved\".","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_select_column","kind":"ENUM","description":"select columns of table \"player_game_resolved\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"resolved_player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"started","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_game_resolved_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_game_resolved\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_game_resolved\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"started","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_game_resolved_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_resolved_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_resolved_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"player_measurement","databaseType":"table","estimatedRows":2034452,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_measurement_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_measurement_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"measured_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"height_in","type":"numeric(5,2)","checks":[{"name":"player_measurement_height_in_check","definition":"CHECK (height_in IS NULL OR height_in > 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"weight_lb","type":"numeric(6,2)","checks":[{"name":"player_measurement_weight_lb_check","definition":"CHECK (weight_lb IS NULL OR weight_lb > 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"wingspan_in","type":"numeric(5,2)","checks":[{"name":"player_measurement_wingspan_in_check","definition":"CHECK (wingspan_in IS NULL OR wingspan_in > 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_measurement_height_in_check","type":"check","definition":"CHECK (height_in IS NULL OR height_in > 0::numeric)"},{"name":"player_measurement_weight_lb_check","type":"check","definition":"CHECK (weight_lb IS NULL OR weight_lb > 0::numeric)"},{"name":"player_measurement_wingspan_in_check","type":"check","definition":"CHECK (wingspan_in IS NULL OR wingspan_in > 0::numeric)"},{"name":"player_measurement_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_measurement_program_entry_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_entry_id) REFERENCES program_entry(id)"},{"name":"player_measurement_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"player_measurement_pkey","definition":"CREATE UNIQUE INDEX player_measurement_pkey ON public.player_measurement USING btree (id)"},{"name":"player_measurement_player_idx","definition":"CREATE INDEX player_measurement_player_idx ON public.player_measurement USING btree (player_id)"}],"viewDefinition":null,"fields":[{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"height_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"height_in","type":"numeric(5,2)","checks":[{"name":"player_measurement_height_in_check","definition":"CHECK (height_in IS NULL OR height_in > 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"measured_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"measured_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_measurement_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_entry","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_measurement_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_note","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"weight_lb","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"weight_lb","type":"numeric(6,2)","checks":[{"name":"player_measurement_weight_lb_check","definition":"CHECK (weight_lb IS NULL OR weight_lb > 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"wingspan_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"wingspan_in","type":"numeric(5,2)","checks":[{"name":"player_measurement_wingspan_in_check","definition":"CHECK (wingspan_in IS NULL OR wingspan_in > 0::numeric)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}],"array":[]},"operations":{"query":[{"name":"player_measurement","description":"fetch data from the table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_measurement","ofType":null}}}}},{"name":"player_measurement_aggregate","description":"fetch aggregated fields from the table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_measurement_aggregate","ofType":null}}},{"name":"player_measurement_by_pk","description":"fetch data from the table: \"player_measurement\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_measurement","ofType":null}}],"mutation":[{"name":"delete_player_measurement","description":"delete data from the table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_measurement_mutation_response","ofType":null}},{"name":"delete_player_measurement_by_pk","description":"delete single row from the table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_measurement","ofType":null}},{"name":"insert_player_measurement","description":"insert data into the table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_measurement_mutation_response","ofType":null}},{"name":"insert_player_measurement_one","description":"insert a single row into the table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_measurement","ofType":null}},{"name":"update_player_measurement","description":"update data of the table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_measurement_mutation_response","ofType":null}},{"name":"update_player_measurement_by_pk","description":"update single row of the table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_measurement","ofType":null}},{"name":"update_player_measurement_many","description":"update multiples rows of table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_measurement_mutation_response","ofType":null}}}],"subscription":[{"name":"player_measurement","description":"fetch data from the table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_measurement","ofType":null}}}}},{"name":"player_measurement_aggregate","description":"fetch aggregated fields from the table: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_measurement_aggregate","ofType":null}}},{"name":"player_measurement_by_pk","description":"fetch data from the table: \"player_measurement\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_measurement","ofType":null}},{"name":"player_measurement_stream","description":"fetch data from the table in a streaming manner: \"player_measurement\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_measurement","ofType":null}}}}}]},"inputTypes":[{"name":"player_measurement_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_measurement_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_measurement_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_measurement\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_measurement\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_measurement_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_measurement\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_measurement_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_measurement\"","fields":[],"enumValues":[{"name":"player_measurement_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_measurement_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_measurement_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_measurement\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_measurement_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_measurement\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_measurement\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_measurement\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_measurement_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_measurement\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_measurement","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_measurement_select_column","kind":"ENUM","description":"select columns of table \"player_measurement\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"measured_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lb","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_in","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_measurement_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_measurement\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_measurement_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_measurement\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_measurement_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"measured_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"player_measurement_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_update_column","kind":"ENUM","description":"update columns of table \"player_measurement\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"measured_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lb","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wingspan_in","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_measurement_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_measurement_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_measurement_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_measurement\"","fields":[{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lb","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wingspan_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_name","databaseType":"table","estimatedRows":450281,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_name_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"name_type","type":"text","checks":[{"name":"player_name_name_type_check","definition":"CHECK (name_type = ANY (ARRAY['legal'::text, 'preferred'::text, 'alias'::text, 'source'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"full_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"first_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"last_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"valid_from","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"valid_to","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_name_name_type_check","type":"check","definition":"CHECK (name_type = ANY (ARRAY['legal'::text, 'preferred'::text, 'alias'::text, 'source'::text]))"},{"name":"player_name_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id) ON DELETE CASCADE"},{"name":"player_name_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"player_name_player_id_name_type_full_name_key","type":"unique","definition":"UNIQUE (player_id, name_type, full_name)"}],"indexes":[{"name":"player_name_pkey","definition":"CREATE UNIQUE INDEX player_name_pkey ON public.player_name USING btree (id)"},{"name":"player_name_player_id_name_type_full_name_key","definition":"CREATE UNIQUE INDEX player_name_player_id_name_type_full_name_key ON public.player_name USING btree (player_id, name_type, full_name)"}],"viewDefinition":null,"fields":[{"name":"first_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"first_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"full_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"full_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"last_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"last_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name_type","type":"text","checks":[{"name":"player_name_name_type_check","definition":"CHECK (name_type = ANY (ARRAY['legal'::text, 'preferred'::text, 'alias'::text, 'source'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_name_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"valid_from","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"valid_from","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"valid_to","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"valid_to","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}}],"array":[]},"operations":{"query":[{"name":"player_name","description":"fetch data from the table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_name","ofType":null}}}}},{"name":"player_name_aggregate","description":"fetch aggregated fields from the table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_name_aggregate","ofType":null}}},{"name":"player_name_by_pk","description":"fetch data from the table: \"player_name\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_name","ofType":null}}],"mutation":[{"name":"delete_player_name","description":"delete data from the table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_name_mutation_response","ofType":null}},{"name":"delete_player_name_by_pk","description":"delete single row from the table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_name","ofType":null}},{"name":"insert_player_name","description":"insert data into the table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_name_mutation_response","ofType":null}},{"name":"insert_player_name_one","description":"insert a single row into the table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_name","ofType":null}},{"name":"update_player_name","description":"update data of the table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_name_mutation_response","ofType":null}},{"name":"update_player_name_by_pk","description":"update single row of the table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_name","ofType":null}},{"name":"update_player_name_many","description":"update multiples rows of table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_name_mutation_response","ofType":null}}}],"subscription":[{"name":"player_name","description":"fetch data from the table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_name","ofType":null}}}}},{"name":"player_name_aggregate","description":"fetch aggregated fields from the table: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_name_aggregate","ofType":null}}},{"name":"player_name_by_pk","description":"fetch data from the table: \"player_name\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_name","ofType":null}},{"name":"player_name_stream","description":"fetch data from the table in a streaming manner: \"player_name\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_name","ofType":null}}}}}]},"inputTypes":[{"name":"player_name_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_name_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_name_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_name\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_name_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_name\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_name_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_name\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}}},{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_name_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_name\"","fields":[],"enumValues":[{"name":"player_name_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_name_player_id_name_type_full_name_key","description":"unique or primary key constraint on columns \"full_name\", \"name_type\", \"player_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_name_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_name\"","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_name_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_name\"","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_name_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_name\"","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_name_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_name\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_name_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_name_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_name\".","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_name_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_name","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_name_select_column","kind":"ENUM","description":"select columns of table \"player_name\"","fields":[],"enumValues":[{"name":"first_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"full_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"last_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_name_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_name\"","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_name_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_name\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_name_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"first_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"full_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"last_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"name_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_name_update_column","kind":"ENUM","description":"update columns of table \"player_name\"","fields":[],"enumValues":[{"name":"first_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"full_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"last_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_name_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_name_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_name_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"player_overview","databaseType":"materialized_view","estimatedRows":451724,"description":"One row per nonredirected canonical player with current modal biodata, draft and transfer summaries, plus normalized hometown country/region codes.","columns":[{"name":"Player_ID","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Player_Name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Gender","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Position","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Class","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Class_Year","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Birthdate","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Height_in","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Weight_lbs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"High_School","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Hometown","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Is_Drafted","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Pick_Count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Event_ID","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Year","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Competition_ID","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Competition_Name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Drafting_Program_ID","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Drafting_Program_Name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Round","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Pick_In_Round","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Overall_Pick","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Selection_Status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Draft_Picks","type":"jsonb","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Is_In_Portal","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Transfer_Status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Hometown_Country_Code","type":"character(2)","checks":[],"unique":false,"comment":"ISO-style country code for the canonical hometown snapshot, such as US or CA.","default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"Hometown_Region_Code","type":"text","checks":[],"unique":false,"comment":"Country subdivision code for the canonical hometown snapshot, such as TX or ON; interpret with Hometown_Country_Code.","default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[{"name":"player_overview_class_year_idx","definition":"CREATE INDEX player_overview_class_year_idx ON public.player_overview USING btree (\"Class_Year\")"},{"name":"player_overview_gender_idx","definition":"CREATE INDEX player_overview_gender_idx ON public.player_overview USING btree (\"Gender\")"},{"name":"player_overview_hometown_region_idx","definition":"CREATE INDEX player_overview_hometown_region_idx ON public.player_overview USING btree (\"Hometown_Country_Code\", \"Hometown_Region_Code\")"},{"name":"player_overview_player_id_key","definition":"CREATE UNIQUE INDEX player_overview_player_id_key ON public.player_overview USING btree (\"Player_ID\")"},{"name":"player_overview_player_name_idx","definition":"CREATE INDEX player_overview_player_name_idx ON public.player_overview USING btree (\"Player_Name\")"},{"name":"player_overview_transfer_status_idx","definition":"CREATE INDEX player_overview_transfer_status_idx ON public.player_overview USING btree (\"Is_In_Portal\", \"Transfer_Status\")"}],"viewDefinition":" SELECT base.\"Player_ID\",\n    base.\"Player_Name\",\n    base.\"Gender\",\n    base.\"Position\",\n    base.\"Class\",\n    base.\"Class_Year\",\n    base.\"Birthdate\",\n    base.\"Height_in\",\n    base.\"Weight_lbs\",\n    base.\"High_School\",\n    base.\"Hometown\",\n    base.\"Is_Drafted\",\n    base.\"Draft_Pick_Count\",\n    base.\"Draft_Event_ID\",\n    base.\"Draft_Name\",\n    base.\"Draft_Year\",\n    base.\"Draft_Date\",\n    base.\"Draft_Competition_ID\",\n    base.\"Draft_Competition_Name\",\n    base.\"Drafting_Program_ID\",\n    base.\"Drafting_Program_Name\",\n    base.\"Draft_Round\",\n    base.\"Draft_Pick_In_Round\",\n    base.\"Draft_Overall_Pick\",\n    base.\"Draft_Selection_Status\",\n    base.\"Draft_Picks\",\n    base.\"Is_In_Portal\",\n    base.\"Transfer_Status\",\n    p.hometown_country_code AS \"Hometown_Country_Code\",\n    p.hometown_region_code AS \"Hometown_Region_Code\"\n   FROM ( SELECT base_1.\"Player_ID\",\n            base_1.\"Player_Name\",\n            base_1.\"Gender\",\n            base_1.\"Position\",\n            base_1.\"Class\",\n            base_1.\"Class_Year\",\n            base_1.\"Birthdate\",\n            base_1.\"Height_in\",\n            base_1.\"Weight_lbs\",\n            base_1.\"High_School\",\n            base_1.\"Hometown\",\n            base_1.\"Is_Drafted\",\n            base_1.\"Draft_Pick_Count\",\n            base_1.\"Draft_Event_ID\",\n            base_1.\"Draft_Name\",\n            base_1.\"Draft_Year\",\n            base_1.\"Draft_Date\",\n            base_1.\"Draft_Competition_ID\",\n            base_1.\"Draft_Competition_Name\",\n            base_1.\"Drafting_Program_ID\",\n            base_1.\"Drafting_Program_Name\",\n            base_1.\"Draft_Round\",\n            base_1.\"Draft_Pick_In_Round\",\n            base_1.\"Draft_Overall_Pick\",\n            base_1.\"Draft_Selection_Status\",\n            base_1.\"Draft_Picks\",\n            COALESCE(cts.is_in_portal, false) AS \"Is_In_Portal\",\n            cts.status AS \"Transfer_Status\"\n           FROM ( WITH target_player AS MATERIALIZED (\n                         SELECT p_1_1.id,\n                            p_1_1.canonical_name,\n                            p_1_1.is_public,\n                            p_1_1.created_at,\n                            p_1_1.updated_at,\n                            p_1_1.first_name,\n                            p_1_1.last_name,\n                            p_1_1.birth_date,\n                            p_1_1.height_in,\n                            p_1_1.weight_lb,\n                            p_1_1.wingspan_in,\n                            p_1_1.position_code,\n                            p_1_1.hometown,\n                            p_1_1.nationality_code,\n                            p_1_1.bio_snapshot_refreshed_at\n                           FROM player p_1_1\n                          WHERE NOT (EXISTS ( SELECT 1\n                                   FROM identity.entity_redirect er\n                                  WHERE er.entity_type = 'player'::text AND er.retired_entity_id = p_1_1.id))\n                        ), measurement_value AS MATERIALIZED (\n                         SELECT pm.player_id,\n                                CASE\n                                    WHEN pe.competition_event_id IS NOT NULL THEN 'event:'::text || pe.competition_event_id\n                                    WHEN pm.program_entry_id IS NOT NULL THEN (('entry-date:'::text || pm.program_entry_id) || ':'::text) || COALESCE(pm.measured_on::text, pm.id::text)\n                                    WHEN pm.measured_on IS NOT NULL THEN 'date:'::text || pm.measured_on\n                                    ELSE 'observation:'::text || pm.id\n                                END AS context_key,\n                            COALESCE(pm.measured_on, ce.end_date, ce.start_date, cs.end_date, cs.start_date, pm.created_at::date) AS observed_date,\n                            pm.created_at,\n                            'height_in'::text AS field_name,\n                            pm.height_in AS field_value\n                           FROM player_measurement pm\n                             JOIN target_player tp ON tp.id = pm.player_id\n                             LEFT JOIN program_entry pe ON pe.id = pm.program_entry_id\n                             LEFT JOIN competition_event ce ON ce.id = pe.competition_event_id\n                             LEFT JOIN competition_season cs ON cs.id = pe.competition_season_id\n                          WHERE pm.height_in >= 36::numeric AND pm.height_in <= 100::numeric\n                        UNION ALL\n                         SELECT pm.player_id,\n                                CASE\n                                    WHEN pe.competition_event_id IS NOT NULL THEN 'event:'::text || pe.competition_event_id\n                                    WHEN pm.program_entry_id IS NOT NULL THEN (('entry-date:'::text || pm.program_entry_id) || ':'::text) || COALESCE(pm.measured_on::text, pm.id::text)\n                                    WHEN pm.measured_on IS NOT NULL THEN 'date:'::text || pm.measured_on\n                                    ELSE 'observation:'::text || pm.id\n                                END AS \"case\",\n                            COALESCE(pm.measured_on, ce.end_date, ce.start_date, cs.end_date, cs.start_date, pm.created_at::date) AS \"coalesce\",\n                            pm.created_at,\n                            'weight_lb'::text AS text,\n                            pm.weight_lb\n                           FROM player_measurement pm\n                             JOIN target_player tp ON tp.id = pm.player_id\n                             LEFT JOIN program_entry pe ON pe.id = pm.program_entry_id\n                             LEFT JOIN competition_event ce ON ce.id = pe.competition_event_id\n                             LEFT JOIN competition_season cs ON cs.id = pe.competition_season_id\n                          WHERE pm.weight_lb >= 40::numeric AND pm.weight_lb <= 500::numeric\n                        ), measurement_context AS MATERIALIZED (\n                         SELECT ranked.player_id,\n                            ranked.field_name,\n                            ranked.context_key,\n                            ranked.field_value,\n                            ranked.observed_date,\n                            ranked.last_created\n                           FROM ( SELECT measurement_value.player_id,\n                                    measurement_value.field_name,\n                                    measurement_value.context_key,\n                                    measurement_value.field_value,\n                                    max(measurement_value.observed_date) AS observed_date,\n                                    max(measurement_value.created_at) AS last_created,\n                                    row_number() OVER (PARTITION BY measurement_value.player_id, measurement_value.field_name, measurement_value.context_key ORDER BY (count(*)) DESC, (max(measurement_value.created_at)) DESC, measurement_value.field_value DESC) AS value_rank\n                                   FROM measurement_value\n                                  GROUP BY measurement_value.player_id, measurement_value.field_name, measurement_value.context_key, measurement_value.field_value) ranked\n                          WHERE ranked.value_rank = 1\n                        ), measurement_recent AS MATERIALIZED (\n                         SELECT ranked.player_id,\n                            ranked.field_name,\n                            ranked.context_key,\n                            ranked.field_value,\n                            ranked.observed_date,\n                            ranked.last_created\n                           FROM ( SELECT mc.player_id,\n                                    mc.field_name,\n                                    mc.context_key,\n                                    mc.field_value,\n                                    mc.observed_date,\n                                    mc.last_created,\n                                    row_number() OVER (PARTITION BY mc.player_id, mc.field_name ORDER BY mc.observed_date DESC NULLS LAST, mc.last_created DESC, mc.context_key) AS recent_rank\n                                   FROM measurement_context mc) ranked\n                          WHERE ranked.recent_rank <= 3\n                        ), measurement_winner AS MATERIALIZED (\n                         SELECT voted.player_id,\n                            voted.field_name,\n                            voted.field_value\n                           FROM ( SELECT measurement_recent.player_id,\n                                    measurement_recent.field_name,\n                                    measurement_recent.field_value,\n                                    row_number() OVER (PARTITION BY measurement_recent.player_id, measurement_recent.field_name ORDER BY (count(*)) DESC, (max(measurement_recent.observed_date)) DESC NULLS LAST, (max(measurement_recent.last_created)) DESC, measurement_recent.field_value DESC) AS winner_rank\n                                   FROM measurement_recent\n                                  GROUP BY measurement_recent.player_id, measurement_recent.field_name, measurement_recent.field_value) voted\n                          WHERE voted.winner_rank = 1\n                        ), measurement_result AS MATERIALIZED (\n                         SELECT measurement_winner.player_id,\n                            max(measurement_winner.field_value) FILTER (WHERE measurement_winner.field_name = 'height_in'::text) AS height_in,\n                            max(measurement_winner.field_value) FILTER (WHERE measurement_winner.field_name = 'weight_lb'::text) AS weight_lb\n                           FROM measurement_winner\n                          GROUP BY measurement_winner.player_id\n                        ), bio_value AS MATERIALIZED (\n                         SELECT b.player_id,\n                                CASE\n                                    WHEN pe.competition_event_id IS NOT NULL THEN 'event:'::text || pe.competition_event_id\n                                    WHEN b.program_entry_id IS NOT NULL THEN (('entry-date:'::text || b.program_entry_id) || ':'::text) || COALESCE(b.observed_on::text, b.id::text)\n                                    WHEN b.observed_on IS NOT NULL THEN 'date:'::text || b.observed_on\n                                    ELSE 'observation:'::text || b.id\n                                END AS context_key,\n                            COALESCE(b.observed_on, ce.end_date, ce.start_date, cs.end_date, cs.start_date, b.created_at::date) AS observed_date,\n                            b.created_at,\n                            'birth_date'::text AS field_name,\n                            b.birth_date::text AS field_value\n                           FROM player_bio_observation b\n                             JOIN target_player tp ON tp.id = b.player_id\n                             LEFT JOIN program_entry pe ON pe.id = b.program_entry_id\n                             LEFT JOIN competition_event ce ON ce.id = pe.competition_event_id\n                             LEFT JOIN competition_season cs ON cs.id = pe.competition_season_id\n                          WHERE b.birth_date > '1900-01-01'::date AND b.birth_date <= CURRENT_DATE\n                        UNION ALL\n                         SELECT b.player_id,\n                                CASE\n                                    WHEN pe.competition_event_id IS NOT NULL THEN 'event:'::text || pe.competition_event_id\n                                    WHEN b.program_entry_id IS NOT NULL THEN (('entry-date:'::text || b.program_entry_id) || ':'::text) || COALESCE(b.observed_on::text, b.id::text)\n                                    WHEN b.observed_on IS NOT NULL THEN 'date:'::text || b.observed_on\n                                    ELSE 'observation:'::text || b.id\n                                END AS \"case\",\n                            COALESCE(b.observed_on, ce.end_date, ce.start_date, cs.end_date, cs.start_date, b.created_at::date) AS \"coalesce\",\n                            b.created_at,\n                            'hometown'::text AS text,\n                            btrim(b.hometown) AS btrim\n                           FROM player_bio_observation b\n                             JOIN target_player tp ON tp.id = b.player_id\n                             LEFT JOIN program_entry pe ON pe.id = b.program_entry_id\n                             LEFT JOIN competition_event ce ON ce.id = pe.competition_event_id\n                             LEFT JOIN competition_season cs ON cs.id = pe.competition_season_id\n                          WHERE NULLIF(btrim(b.hometown), ''::text) IS NOT NULL\n                        ), bio_context AS MATERIALIZED (\n                         SELECT ranked.player_id,\n                            ranked.field_name,\n                            ranked.context_key,\n                            ranked.field_value,\n                            ranked.observed_date,\n                            ranked.last_created\n                           FROM ( SELECT bio_value.player_id,\n                                    bio_value.field_name,\n                                    bio_value.context_key,\n                                    bio_value.field_value,\n                                    max(bio_value.observed_date) AS observed_date,\n                                    max(bio_value.created_at) AS last_created,\n                                    row_number() OVER (PARTITION BY bio_value.player_id, bio_value.field_name, bio_value.context_key ORDER BY (count(*)) DESC, (max(bio_value.created_at)) DESC, bio_value.field_value) AS value_rank\n                                   FROM bio_value\n                                  GROUP BY bio_value.player_id, bio_value.field_name, bio_value.context_key, bio_value.field_value) ranked\n                          WHERE ranked.value_rank = 1\n                        ), bio_recent AS MATERIALIZED (\n                         SELECT ranked.player_id,\n                            ranked.field_name,\n                            ranked.context_key,\n                            ranked.field_value,\n                            ranked.observed_date,\n                            ranked.last_created\n                           FROM ( SELECT bc.player_id,\n                                    bc.field_name,\n                                    bc.context_key,\n                                    bc.field_value,\n                                    bc.observed_date,\n                                    bc.last_created,\n                                    row_number() OVER (PARTITION BY bc.player_id, bc.field_name ORDER BY bc.observed_date DESC NULLS LAST, bc.last_created DESC, bc.context_key) AS recent_rank\n                                   FROM bio_context bc) ranked\n                          WHERE ranked.recent_rank <= 3\n                        ), bio_winner AS MATERIALIZED (\n                         SELECT voted.player_id,\n                            voted.field_name,\n                            voted.field_value\n                           FROM ( SELECT bio_recent.player_id,\n                                    bio_recent.field_name,\n                                    bio_recent.field_value,\n                                    row_number() OVER (PARTITION BY bio_recent.player_id, bio_recent.field_name ORDER BY (count(*)) DESC, (max(bio_recent.observed_date)) DESC NULLS LAST, (max(bio_recent.last_created)) DESC, bio_recent.field_value) AS winner_rank\n                                   FROM bio_recent\n                                  GROUP BY bio_recent.player_id, bio_recent.field_name, bio_recent.field_value) voted\n                          WHERE voted.winner_rank = 1\n                        ), bio_result AS MATERIALIZED (\n                         SELECT bio_winner.player_id,\n                            max(bio_winner.field_value) FILTER (WHERE bio_winner.field_name = 'birth_date'::text)::date AS birth_date,\n                            max(bio_winner.field_value) FILTER (WHERE bio_winner.field_name = 'hometown'::text) AS hometown\n                           FROM bio_winner\n                          GROUP BY bio_winner.player_id\n                        ), position_value AS MATERIALIZED (\n                         SELECT o.player_id,\n                                CASE\n                                    WHEN o.competition_event_id IS NOT NULL THEN 'event:'::text || o.competition_event_id\n                                    WHEN o.recruit_ranking_release_id IS NOT NULL THEN 'ranking:'::text || o.recruit_ranking_release_id\n                                    WHEN o.program_entry_id IS NOT NULL THEN (('entry-date:'::text || o.program_entry_id) || ':'::text) || COALESCE(o.observed_on::text, o.id::text)\n                                    WHEN o.observed_on IS NOT NULL THEN 'date:'::text || o.observed_on\n                                    ELSE 'observation:'::text || o.id\n                                END AS context_key,\n                            COALESCE(o.observed_on, ce.end_date, ce.start_date, rr.recorded_date, cs.end_date, cs.start_date, o.created_at::date) AS observed_date,\n                            o.created_at,\n                            o.position_code\n                           FROM player_position_observation o\n                             JOIN target_player tp ON tp.id = o.player_id\n                             LEFT JOIN competition_event ce ON ce.id = o.competition_event_id\n                             LEFT JOIN competition_season cs ON cs.id = ce.competition_season_id\n                             LEFT JOIN recruit_ranking_release rr ON rr.id = o.recruit_ranking_release_id\n                          WHERE NULLIF(btrim(o.position_code), ''::text) IS NOT NULL\n                        ), position_context AS MATERIALIZED (\n                         SELECT ranked.player_id,\n                            ranked.context_key,\n                            ranked.position_code,\n                            ranked.observed_date,\n                            ranked.last_created\n                           FROM ( SELECT position_value.player_id,\n                                    position_value.context_key,\n                                    position_value.position_code,\n                                    max(position_value.observed_date) AS observed_date,\n                                    max(position_value.created_at) AS last_created,\n                                    row_number() OVER (PARTITION BY position_value.player_id, position_value.context_key ORDER BY (count(*)) DESC, (max(position_value.created_at)) DESC, position_value.position_code) AS value_rank\n                                   FROM position_value\n                                  GROUP BY position_value.player_id, position_value.context_key, position_value.position_code) ranked\n                          WHERE ranked.value_rank = 1\n                        ), position_recent AS MATERIALIZED (\n                         SELECT ranked.player_id,\n                            ranked.context_key,\n                            ranked.position_code,\n                            ranked.observed_date,\n                            ranked.last_created\n                           FROM ( SELECT pc.player_id,\n                                    pc.context_key,\n                                    pc.position_code,\n                                    pc.observed_date,\n                                    pc.last_created,\n                                    row_number() OVER (PARTITION BY pc.player_id ORDER BY pc.observed_date DESC NULLS LAST, pc.last_created DESC, pc.context_key) AS recent_rank\n                                   FROM position_context pc) ranked\n                          WHERE ranked.recent_rank <= 3\n                        ), position_winner AS MATERIALIZED (\n                         SELECT voted.player_id,\n                            voted.position_code\n                           FROM ( SELECT position_recent.player_id,\n                                    position_recent.position_code,\n                                    row_number() OVER (PARTITION BY position_recent.player_id ORDER BY (count(*)) DESC, (max(position_recent.observed_date)) DESC NULLS LAST, (max(position_recent.last_created)) DESC, position_recent.position_code) AS winner_rank\n                                   FROM position_recent\n                                  GROUP BY position_recent.player_id, position_recent.position_code) voted\n                          WHERE voted.winner_rank = 1\n                        ), draft_value AS MATERIALIZED (\n                         SELECT pdp.player_id,\n                            pdp.id AS draft_pick_id,\n                            pdp.draft_event_id,\n                            de.name AS draft_name,\n                            de.draft_year,\n                            de.draft_date,\n                            de.competition_id AS draft_competition_id,\n                            c.name AS draft_competition_name,\n                            pdp.drafting_program_id,\n                            COALESCE(dp.name, pdp.drafting_program_name) AS drafting_program_name,\n                            pdp.round_number,\n                            pdp.pick_in_round,\n                            pdp.overall_pick,\n                            pdp.selection_status,\n                            row_number() OVER (PARTITION BY pdp.player_id ORDER BY pdp.overall_pick, de.draft_year DESC, pdp.round_number, pdp.pick_in_round, pdp.id) AS best_pick_rank\n                           FROM player_draft_pick pdp\n                             JOIN target_player tp ON tp.id = pdp.player_id\n                             JOIN draft_event de ON de.id = pdp.draft_event_id\n                             JOIN competition c ON c.id = de.competition_id\n                             LEFT JOIN program dp ON dp.id = pdp.drafting_program_id\n                          WHERE pdp.is_public AND de.is_public\n                        ), draft_result AS MATERIALIZED (\n                         SELECT draft_value.player_id,\n                            count(*)::integer AS draft_pick_count,\n                            (array_agg(draft_value.draft_event_id) FILTER (WHERE draft_value.best_pick_rank = 1))[1] AS draft_event_id,\n                            max(draft_value.draft_name) FILTER (WHERE draft_value.best_pick_rank = 1) AS draft_name,\n                            max(draft_value.draft_year) FILTER (WHERE draft_value.best_pick_rank = 1) AS draft_year,\n                            max(draft_value.draft_date) FILTER (WHERE draft_value.best_pick_rank = 1) AS draft_date,\n                            (array_agg(draft_value.draft_competition_id) FILTER (WHERE draft_value.best_pick_rank = 1))[1] AS draft_competition_id,\n                            max(draft_value.draft_competition_name) FILTER (WHERE draft_value.best_pick_rank = 1) AS draft_competition_name,\n                            (array_agg(draft_value.drafting_program_id) FILTER (WHERE draft_value.best_pick_rank = 1))[1] AS drafting_program_id,\n                            max(draft_value.drafting_program_name) FILTER (WHERE draft_value.best_pick_rank = 1) AS drafting_program_name,\n                            max(draft_value.round_number) FILTER (WHERE draft_value.best_pick_rank = 1) AS draft_round,\n                            max(draft_value.pick_in_round) FILTER (WHERE draft_value.best_pick_rank = 1) AS draft_pick_in_round,\n                            max(draft_value.overall_pick) FILTER (WHERE draft_value.best_pick_rank = 1) AS draft_overall_pick,\n                            max(draft_value.selection_status) FILTER (WHERE draft_value.best_pick_rank = 1) AS draft_selection_status,\n                            jsonb_agg(jsonb_build_object('draft_pick_id', draft_value.draft_pick_id, 'draft_event_id', draft_value.draft_event_id, 'draft_name', draft_value.draft_name, 'draft_year', draft_value.draft_year, 'draft_date', draft_value.draft_date, 'draft_competition_id', draft_value.draft_competition_id, 'draft_competition_name', draft_value.draft_competition_name, 'drafting_program_id', draft_value.drafting_program_id, 'drafting_program_name', draft_value.drafting_program_name, 'round', draft_value.round_number, 'pick_in_round', draft_value.pick_in_round, 'overall_pick', draft_value.overall_pick, 'selection_status', draft_value.selection_status) ORDER BY draft_value.draft_year, draft_value.overall_pick, draft_value.draft_pick_id) AS draft_picks\n                           FROM draft_value\n                          GROUP BY draft_value.player_id\n                        )\n                 SELECT p_1.id AS \"Player_ID\",\n                    p_1.canonical_name AS \"Player_Name\",\n                    latest_context.gender_code AS \"Gender\",\n                    position_winner.position_code AS \"Position\",\n                    COALESCE(NULLIF(academic.status_text, ''::text), academic.class_year::text) AS \"Class\",\n                    academic.class_year AS \"Class_Year\",\n                    bio_result.birth_date AS \"Birthdate\",\n                    measurement_result.height_in AS \"Height_in\",\n                    measurement_result.weight_lb AS \"Weight_lbs\",\n                    high_school.institution_name AS \"High_School\",\n                    bio_result.hometown AS \"Hometown\",\n                    draft_result.player_id IS NOT NULL AS \"Is_Drafted\",\n                    COALESCE(draft_result.draft_pick_count, 0) AS \"Draft_Pick_Count\",\n                    draft_result.draft_event_id AS \"Draft_Event_ID\",\n                    draft_result.draft_name AS \"Draft_Name\",\n                    draft_result.draft_year AS \"Draft_Year\",\n                    draft_result.draft_date AS \"Draft_Date\",\n                    draft_result.draft_competition_id AS \"Draft_Competition_ID\",\n                    draft_result.draft_competition_name AS \"Draft_Competition_Name\",\n                    draft_result.drafting_program_id AS \"Drafting_Program_ID\",\n                    draft_result.drafting_program_name AS \"Drafting_Program_Name\",\n                    draft_result.draft_round AS \"Draft_Round\",\n                    draft_result.draft_pick_in_round AS \"Draft_Pick_In_Round\",\n                    draft_result.draft_overall_pick AS \"Draft_Overall_Pick\",\n                    draft_result.draft_selection_status AS \"Draft_Selection_Status\",\n                    COALESCE(draft_result.draft_picks, '[]'::jsonb) AS \"Draft_Picks\"\n                   FROM target_player p_1\n                     LEFT JOIN measurement_result ON measurement_result.player_id = p_1.id\n                     LEFT JOIN bio_result ON bio_result.player_id = p_1.id\n                     LEFT JOIN position_winner ON position_winner.player_id = p_1.id\n                     LEFT JOIN draft_result ON draft_result.player_id = p_1.id\n                     LEFT JOIN LATERAL ( SELECT pcs.program_id,\n                            pr.gender_code\n                           FROM player_competition_season pcs\n                             JOIN competition_season cs ON cs.id = pcs.competition_season_id\n                             JOIN program pr ON pr.id = pcs.program_id\n                          WHERE pcs.player_id = p_1.id\n                          ORDER BY (COALESCE(cs.end_date, cs.start_date)) DESC NULLS LAST, cs.start_date DESC NULLS LAST, pcs.calculated_at DESC, pcs.competition_season_id, pcs.program_id\n                         LIMIT 1) latest_context ON true\n                     LEFT JOIN LATERAL ( SELECT pas.status_text,\n                            pas.class_year\n                           FROM player_academic_status pas\n                             LEFT JOIN program_entry pe ON pe.id = pas.program_entry_id\n                          WHERE pas.player_id = p_1.id\n                          ORDER BY (NOT pe.program_id IS DISTINCT FROM latest_context.program_id) DESC, pas.observed_on DESC NULLS LAST, pas.created_at DESC, pas.id\n                         LIMIT 1) academic ON true\n                     LEFT JOIN LATERAL ( SELECT pe.institution_name\n                           FROM player_education pe\n                          WHERE pe.player_id = p_1.id AND pe.education_level = 'high_school'::text\n                          ORDER BY (COALESCE(pe.end_date, pe.start_date)) DESC NULLS LAST, pe.created_at DESC, pe.id\n                         LIMIT 1) high_school ON true) base_1\n             LEFT JOIN player_current_transfer_status cts ON cts.player_id = base_1.\"Player_ID\") base\n     JOIN player p ON p.id = base.\"Player_ID\";","fields":[{"name":"Birthdate","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"Birthdate","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Class","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"Class","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Class_Year","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"Class_Year","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Competition_ID","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Competition_ID","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Competition_Name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Competition_Name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Event_ID","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Event_ID","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Overall_Pick","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Overall_Pick","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Pick_Count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Pick_Count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Pick_In_Round","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Pick_In_Round","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Picks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null},"arguments":[{"name":"path","description":"JSON select path","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"source":"column","column":{"name":"Draft_Picks","type":"jsonb","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Round","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Round","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Selection_Status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Selection_Status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Draft_Year","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"Draft_Year","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Drafting_Program_ID","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"Drafting_Program_ID","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Drafting_Program_Name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"Drafting_Program_Name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Gender","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"Gender","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Height_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"Height_in","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"High_School","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"High_School","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Hometown","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"Hometown","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Hometown_Country_Code","description":"ISO-style country code for the canonical hometown snapshot, such as US or CA.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"Hometown_Country_Code","type":"character(2)","checks":[],"unique":false,"comment":"ISO-style country code for the canonical hometown snapshot, such as US or CA.","default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Hometown_Region_Code","description":"Country subdivision code for the canonical hometown snapshot, such as TX or ON; interpret with Hometown_Country_Code.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"Hometown_Region_Code","type":"text","checks":[],"unique":false,"comment":"Country subdivision code for the canonical hometown snapshot, such as TX or ON; interpret with Hometown_Country_Code.","default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Is_Drafted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"Is_Drafted","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Is_In_Portal","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"Is_In_Portal","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Player_ID","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"Player_ID","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Player_Name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"Player_Name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Position","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"Position","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Transfer_Status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"Transfer_Status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"Weight_lbs","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"Weight_lbs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"player_overview","description":"fetch data from the table: \"player_overview\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_overview_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_overview","ofType":null}}}}},{"name":"player_overview_aggregate","description":"fetch aggregated fields from the table: \"player_overview\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_overview_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_overview_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"player_overview","description":"fetch data from the table: \"player_overview\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_overview_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_overview","ofType":null}}}}},{"name":"player_overview_aggregate","description":"fetch aggregated fields from the table: \"player_overview\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_overview_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_overview_aggregate","ofType":null}}},{"name":"player_overview_stream","description":"fetch data from the table in a streaming manner: \"player_overview\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_overview","ofType":null}}}}}]},"inputTypes":[{"name":"player_overview_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_overview\". All fields are combined with a logical 'AND'.","fields":[{"name":"Birthdate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"Class","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Class_Year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"Draft_Competition_ID","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"Draft_Competition_Name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Draft_Date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"Draft_Event_ID","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"Draft_Name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Draft_Overall_Pick","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"Draft_Pick_Count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"Draft_Pick_In_Round","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"Draft_Picks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"jsonb_comparison_exp","ofType":null}},{"name":"Draft_Round","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"Draft_Selection_Status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Draft_Year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"Drafting_Program_ID","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"Drafting_Program_Name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Gender","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"Height_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"High_School","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Hometown","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Hometown_Country_Code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"Hometown_Region_Code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Is_Drafted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"Is_In_Portal","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"Player_ID","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"Player_Name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Position","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Transfer_Status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"Weight_lbs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_bool_exp","ofType":null}}}}],"enumValues":[]},{"name":"player_overview_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_overview\".","fields":[{"name":"Birthdate","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Class","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Class_Year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Competition_ID","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Competition_Name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Event_ID","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Overall_Pick","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Pick_Count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Pick_In_Round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Picks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Round","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Selection_Status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Draft_Year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Drafting_Program_ID","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Drafting_Program_Name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Gender","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"High_School","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Hometown_Country_Code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Hometown_Region_Code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Is_Drafted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Is_In_Portal","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Player_ID","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Player_Name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Position","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Transfer_Status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"Weight_lbs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_overview_select_column","kind":"ENUM","description":"select columns of table \"player_overview\"","fields":[],"enumValues":[{"name":"Birthdate","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Class","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Class_Year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Competition_ID","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Competition_Name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Event_ID","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Overall_Pick","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Pick_Count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Pick_In_Round","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Picks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Round","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Selection_Status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Draft_Year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Drafting_Program_ID","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Drafting_Program_Name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Gender","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Height_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"High_School","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Hometown_Country_Code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Hometown_Region_Code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Is_Drafted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Is_In_Portal","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Player_ID","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Player_Name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Position","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Transfer_Status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"Weight_lbs","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_overview_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_overview\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_overview_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_overview_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"Birthdate","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"Class","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Class_Year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"Draft_Competition_ID","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"Draft_Competition_Name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Draft_Date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"Draft_Event_ID","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"Draft_Name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Draft_Overall_Pick","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"Draft_Pick_Count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"Draft_Pick_In_Round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"Draft_Picks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null}},{"name":"Draft_Round","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"Draft_Selection_Status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Draft_Year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"Drafting_Program_ID","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"Drafting_Program_Name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Gender","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"Height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"High_School","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Hometown_Country_Code","description":"ISO-style country code for the canonical hometown snapshot, such as US or CA.","defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"Hometown_Region_Code","description":"Country subdivision code for the canonical hometown snapshot, such as TX or ON; interpret with Hometown_Country_Code.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Is_Drafted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"Is_In_Portal","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"Player_ID","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"Player_Name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Position","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Transfer_Status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"Weight_lbs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_position_observation","databaseType":"table","estimatedRows":602795,"description":null,"columns":[{"name":"id","type":"uuid","checks":[{"name":"player_position_observation_evidence_count_check","definition":"CHECK (evidence_count > 0)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_position_observation_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"position_code","type":"text","checks":[{"name":"player_position_observation_position_code_check","definition":"CHECK (position_code = ANY (ARRAY['G'::text, 'F'::text, 'C'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_position_text","type":"text","checks":[{"name":"player_position_observation_source_position_text_check","definition":"CHECK (btrim(source_position_text) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_position_observation_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"player_position_observation_competition_event_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"recruit_ranking_release_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":{"table":"recruit_ranking_release","column":"id","schema":"public","constraint":"player_position_observation_recruit_ranking_release_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"observed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_system","type":"text","checks":[{"name":"player_position_observation_source_system_check","definition":"CHECK (btrim(source_system) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"evidence_count","type":"integer","checks":[{"name":"player_position_observation_evidence_count_check","definition":"CHECK (evidence_count > 0)"}],"unique":false,"comment":null,"default":"1","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_position_observation_evidence_count_check","type":"check","definition":"CHECK (evidence_count > 0)"},{"name":"player_position_observation_position_code_check","type":"check","definition":"CHECK (position_code = ANY (ARRAY['G'::text, 'F'::text, 'C'::text]))"},{"name":"player_position_observation_source_position_text_check","type":"check","definition":"CHECK (btrim(source_position_text) <> ''::text)"},{"name":"player_position_observation_source_system_check","type":"check","definition":"CHECK (btrim(source_system) <> ''::text)"},{"name":"player_position_observation_competition_event_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_event_id) REFERENCES competition_event(id)"},{"name":"player_position_observation_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_position_observation_program_entry_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_entry_id) REFERENCES program_entry(id)"},{"name":"player_position_observation_recruit_ranking_release_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (recruit_ranking_release_id) REFERENCES recruit_ranking_release(id)"},{"name":"player_position_observation_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"player_position_observation_player_id_position_code_source__key","type":"unique","definition":"UNIQUE NULLS NOT DISTINCT (player_id, position_code, source_system, source_position_text, program_entry_id, competition_event_id, recruit_ranking_release_id)"}],"indexes":[{"name":"player_position_observation_entry_idx","definition":"CREATE INDEX player_position_observation_entry_idx ON public.player_position_observation USING btree (program_entry_id) WHERE (program_entry_id IS NOT NULL)"},{"name":"player_position_observation_event_idx","definition":"CREATE INDEX player_position_observation_event_idx ON public.player_position_observation USING btree (competition_event_id) WHERE (competition_event_id IS NOT NULL)"},{"name":"player_position_observation_pkey","definition":"CREATE UNIQUE INDEX player_position_observation_pkey ON public.player_position_observation USING btree (id)"},{"name":"player_position_observation_player_id_position_code_source__key","definition":"CREATE UNIQUE INDEX player_position_observation_player_id_position_code_source__key ON public.player_position_observation USING btree (player_id, position_code, source_system, source_position_text, program_entry_id, competition_event_id, recruit_ranking_release_id) NULLS NOT DISTINCT"},{"name":"player_position_observation_player_idx","definition":"CREATE INDEX player_position_observation_player_idx ON public.player_position_observation USING btree (player_id, observed_on DESC)"},{"name":"player_position_observation_ranking_release_idx","definition":"CREATE INDEX player_position_observation_ranking_release_idx ON public.player_position_observation USING btree (recruit_ranking_release_id) WHERE (recruit_ranking_release_id IS NOT NULL)"}],"viewDefinition":null,"fields":[{"name":"competition_event","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_event","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_event","using":{"foreign_key_constraint_on":"competition_event_id"}}},{"name":"competition_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"player_position_observation_competition_event_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"evidence_count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"arguments":[],"source":"column","column":{"name":"evidence_count","type":"integer","checks":[{"name":"player_position_observation_evidence_count_check","definition":"CHECK (evidence_count > 0)"}],"unique":false,"comment":null,"default":"1","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[{"name":"player_position_observation_evidence_count_check","definition":"CHECK (evidence_count > 0)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"observed_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_position_observation_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"position_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"position_code","type":"text","checks":[{"name":"player_position_observation_position_code_check","definition":"CHECK (position_code = ANY (ARRAY['G'::text, 'F'::text, 'C'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_entry","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_position_observation_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"recruit_ranking_release","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"recruit_ranking_release","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"recruit_ranking_release","using":{"foreign_key_constraint_on":"recruit_ranking_release_id"}}},{"name":"recruit_ranking_release_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"recruit_ranking_release_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":{"table":"recruit_ranking_release","column":"id","schema":"public","constraint":"player_position_observation_recruit_ranking_release_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_note","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_position_text","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"source_position_text","type":"text","checks":[{"name":"player_position_observation_source_position_text_check","definition":"CHECK (btrim(source_position_text) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_system","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"source_system","type":"text","checks":[{"name":"player_position_observation_source_system_check","definition":"CHECK (btrim(source_system) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_event","using":{"foreign_key_constraint_on":"competition_event_id"}},{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}},{"name":"recruit_ranking_release","using":{"foreign_key_constraint_on":"recruit_ranking_release_id"}}],"array":[]},"operations":{"query":[{"name":"player_position_observation","description":"fetch data from the table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation","ofType":null}}}}},{"name":"player_position_observation_aggregate","description":"fetch aggregated fields from the table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation_aggregate","ofType":null}}},{"name":"player_position_observation_by_pk","description":"fetch data from the table: \"player_position_observation\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_position_observation","ofType":null}}],"mutation":[{"name":"delete_player_position_observation","description":"delete data from the table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_position_observation_mutation_response","ofType":null}},{"name":"delete_player_position_observation_by_pk","description":"delete single row from the table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_position_observation","ofType":null}},{"name":"insert_player_position_observation","description":"insert data into the table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_position_observation_mutation_response","ofType":null}},{"name":"insert_player_position_observation_one","description":"insert a single row into the table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_position_observation","ofType":null}},{"name":"update_player_position_observation","description":"update data of the table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_position_observation_mutation_response","ofType":null}},{"name":"update_player_position_observation_by_pk","description":"update single row of the table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_position_observation","ofType":null}},{"name":"update_player_position_observation_many","description":"update multiples rows of table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation_mutation_response","ofType":null}}}],"subscription":[{"name":"player_position_observation","description":"fetch data from the table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation","ofType":null}}}}},{"name":"player_position_observation_aggregate","description":"fetch aggregated fields from the table: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation_aggregate","ofType":null}}},{"name":"player_position_observation_by_pk","description":"fetch data from the table: \"player_position_observation\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_position_observation","ofType":null}},{"name":"player_position_observation_stream","description":"fetch data from the table in a streaming manner: \"player_position_observation\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation","ofType":null}}}}}]},"inputTypes":[{"name":"player_position_observation_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column_player_position_observation_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column_player_position_observation_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_position_observation\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_position_observation\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_position_observation\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_position_observation\"","fields":[],"enumValues":[{"name":"player_position_observation_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_position_observation_player_id_position_code_source__key","description":"unique or primary key constraint on columns \"competition_event_id\", \"program_entry_id\", \"source_position_text\", \"source_system\", \"player_id\", \"recruit_ranking_release_id\", \"position_code\"","deprecated":false,"deprecationReason":null}]},{"name":"player_position_observation_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_position_observation\"","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_obj_rel_insert_input","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_position_observation\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_position_observation\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_position_observation\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_position_observation\".","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_position_observation","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_select_column","kind":"ENUM","description":"select columns of table \"player_position_observation\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"evidence_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"position_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"recruit_ranking_release_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_position_text","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_system","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_position_observation_select_column_player_position_observation_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_position_observation_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_position_observation\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_position_observation_select_column_player_position_observation_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_position_observation_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_position_observation\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_position_observation_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_position_observation\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_position_observation\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"position_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_position_text","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_update_column","kind":"ENUM","description":"update columns of table \"player_position_observation\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"evidence_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"position_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"recruit_ranking_release_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_position_text","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_system","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_position_observation_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_position_observation_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_position_observation_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_position_observation\"","fields":[{"name":"evidence_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_recruit_info","databaseType":"materialized_view","estimatedRows":11537,"description":"One row per canonical player with public recruiting data. 247Sports Composite and Top247 latest/final ranks are intentionally separate; JSON history preserves every observation.","columns":[{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gender","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"position","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"class_year","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"high_school","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"hometown","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"latest_247_composite_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"final_247_composite_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"latest_top247_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"final_top247_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"latest_espn_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"final_espn_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"best_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"ranking_history","type":"jsonb","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offer_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offers","type":"jsonb","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"commitment_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"committed_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"committed_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"commitment_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"commitments","type":"jsonb","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[{"name":"player_recruit_info_247_composite_rank_idx","definition":"CREATE INDEX player_recruit_info_247_composite_rank_idx ON public.player_recruit_info USING btree (latest_247_composite_national_rank)"},{"name":"player_recruit_info_commitment_idx","definition":"CREATE INDEX player_recruit_info_commitment_idx ON public.player_recruit_info USING btree (committed_program_id)"},{"name":"player_recruit_info_espn_rank_idx","definition":"CREATE INDEX player_recruit_info_espn_rank_idx ON public.player_recruit_info USING btree (latest_espn_national_rank)"},{"name":"player_recruit_info_gender_class_idx","definition":"CREATE INDEX player_recruit_info_gender_class_idx ON public.player_recruit_info USING btree (gender, class_year)"},{"name":"player_recruit_info_player_id_key","definition":"CREATE UNIQUE INDEX player_recruit_info_player_id_key ON public.player_recruit_info USING btree (player_id)"},{"name":"player_recruit_info_top247_rank_idx","definition":"CREATE INDEX player_recruit_info_top247_rank_idx ON public.player_recruit_info USING btree (latest_top247_national_rank)"}],"viewDefinition":" WITH recruit_player AS MATERIALIZED (\n         SELECT player_recruiting_event.player_id\n           FROM player_recruiting_event\n          WHERE player_recruiting_event.is_public\n        UNION\n         SELECT prr.player_id\n           FROM player_recruit_ranking prr\n             JOIN recruit_ranking_release rr ON rr.id = prr.recruit_ranking_release_id\n          WHERE prr.is_public AND rr.is_public\n        ), rank_value AS MATERIALIZED (\n         SELECT prr.player_id,\n            rr.id AS release_id,\n            rr.provider,\n            rr.list_name,\n            rr.gender_code,\n            rr.class_year,\n            rr.recorded_date,\n            rr.release_label,\n            prr.national_rank,\n            prr.created_at\n           FROM player_recruit_ranking prr\n             JOIN recruit_ranking_release rr ON rr.id = prr.recruit_ranking_release_id\n          WHERE prr.is_public AND rr.is_public\n        ), latest_rank AS MATERIALIZED (\n         SELECT DISTINCT ON (rank_value.player_id, rank_value.provider, rank_value.list_name) rank_value.player_id,\n            rank_value.provider,\n            rank_value.list_name,\n            rank_value.national_rank\n           FROM rank_value\n          ORDER BY rank_value.player_id, rank_value.provider, rank_value.list_name, rank_value.recorded_date DESC NULLS LAST, rank_value.created_at DESC, rank_value.release_id\n        ), final_rank AS MATERIALIZED (\n         SELECT DISTINCT ON (rank_value.player_id, rank_value.provider, rank_value.list_name) rank_value.player_id,\n            rank_value.provider,\n            rank_value.list_name,\n            rank_value.national_rank\n           FROM rank_value\n          WHERE lower(COALESCE(rank_value.release_label, ''::text)) = 'final'::text\n          ORDER BY rank_value.player_id, rank_value.provider, rank_value.list_name, rank_value.recorded_date DESC NULLS LAST, rank_value.created_at DESC, rank_value.release_id\n        ), rank_summary AS MATERIALIZED (\n         SELECT rank_value.player_id,\n            min(rank_value.national_rank) AS best_national_rank,\n            jsonb_agg(jsonb_build_object('release_id', rank_value.release_id, 'provider', rank_value.provider, 'list_name', rank_value.list_name, 'gender', rank_value.gender_code, 'class_year', rank_value.class_year, 'recorded_date', rank_value.recorded_date, 'release_label', rank_value.release_label, 'national_rank', rank_value.national_rank) ORDER BY rank_value.recorded_date, rank_value.provider, rank_value.release_id) AS ranking_history\n           FROM rank_value\n          GROUP BY rank_value.player_id\n        ), recruit_event_value AS MATERIALIZED (\n         SELECT pre.id,\n            pre.player_id,\n            pre.target_program_id,\n            pre.target_program_name,\n            pre.event_type,\n            pre.event_date,\n            pre.source_url,\n            pre.source_note,\n            pre.observed_at,\n            pre.is_public,\n            pre.created_at,\n            pre.updated_at,\n            COALESCE(pr.name, pre.target_program_name) AS resolved_program_name\n           FROM player_recruiting_event pre\n             LEFT JOIN program pr ON pr.id = pre.target_program_id\n          WHERE pre.is_public\n        ), event_summary AS MATERIALIZED (\n         SELECT recruit_event_value.player_id,\n            count(*) FILTER (WHERE recruit_event_value.event_type = 'offer'::text)::integer AS offer_count,\n            count(*) FILTER (WHERE recruit_event_value.event_type = 'commitment'::text)::integer AS commitment_count,\n            COALESCE(jsonb_agg(jsonb_build_object('recruiting_event_id', recruit_event_value.id, 'program_id', recruit_event_value.target_program_id, 'program_name', recruit_event_value.resolved_program_name, 'offer_date', recruit_event_value.event_date) ORDER BY recruit_event_value.event_date, recruit_event_value.resolved_program_name, recruit_event_value.id) FILTER (WHERE recruit_event_value.event_type = 'offer'::text), '[]'::jsonb) AS offers,\n            COALESCE(jsonb_agg(jsonb_build_object('recruiting_event_id', recruit_event_value.id, 'program_id', recruit_event_value.target_program_id, 'program_name', recruit_event_value.resolved_program_name, 'commitment_date', recruit_event_value.event_date) ORDER BY recruit_event_value.event_date, recruit_event_value.resolved_program_name, recruit_event_value.id) FILTER (WHERE recruit_event_value.event_type = 'commitment'::text), '[]'::jsonb) AS commitments\n           FROM recruit_event_value\n          GROUP BY recruit_event_value.player_id\n        ), latest_commitment AS MATERIALIZED (\n         SELECT DISTINCT ON (recruit_event_value.player_id) recruit_event_value.player_id,\n            recruit_event_value.target_program_id AS committed_program_id,\n            recruit_event_value.resolved_program_name AS committed_program_name,\n            recruit_event_value.event_date AS commitment_date\n           FROM recruit_event_value\n          WHERE recruit_event_value.event_type = 'commitment'::text\n          ORDER BY recruit_event_value.player_id, recruit_event_value.event_date DESC NULLS LAST, recruit_event_value.observed_at DESC NULLS LAST, recruit_event_value.created_at DESC, recruit_event_value.id\n        )\n SELECT po.\"Player_ID\" AS player_id,\n    po.\"Player_Name\" AS player_name,\n    po.\"Gender\" AS gender,\n    po.\"Position\" AS \"position\",\n    po.\"Class_Year\" AS class_year,\n    po.\"High_School\" AS high_school,\n    po.\"Hometown\" AS hometown,\n    l247c.national_rank AS latest_247_composite_national_rank,\n    f247c.national_rank AS final_247_composite_national_rank,\n    ltop.national_rank AS latest_top247_national_rank,\n    ftop.national_rank AS final_top247_national_rank,\n    lespn.national_rank AS latest_espn_national_rank,\n    fespn.national_rank AS final_espn_national_rank,\n    rs.best_national_rank,\n    COALESCE(rs.ranking_history, '[]'::jsonb) AS ranking_history,\n    COALESCE(es.offer_count, 0) AS offer_count,\n    COALESCE(es.offers, '[]'::jsonb) AS offers,\n    COALESCE(es.commitment_count, 0) AS commitment_count,\n    lc.committed_program_id,\n    lc.committed_program_name,\n    lc.commitment_date,\n    COALESCE(es.commitments, '[]'::jsonb) AS commitments\n   FROM recruit_player rp\n     JOIN player_overview po ON po.\"Player_ID\" = rp.player_id\n     LEFT JOIN rank_summary rs ON rs.player_id = rp.player_id\n     LEFT JOIN latest_rank l247c ON l247c.player_id = rp.player_id AND l247c.provider = '247sports'::text AND l247c.list_name = '247Sports Composite'::text\n     LEFT JOIN final_rank f247c ON f247c.player_id = rp.player_id AND f247c.provider = '247sports'::text AND f247c.list_name = '247Sports Composite'::text\n     LEFT JOIN latest_rank ltop ON ltop.player_id = rp.player_id AND ltop.provider = '247sports'::text AND ltop.list_name = 'Top247'::text\n     LEFT JOIN final_rank ftop ON ftop.player_id = rp.player_id AND ftop.provider = '247sports'::text AND ftop.list_name = 'Top247'::text\n     LEFT JOIN latest_rank lespn ON lespn.player_id = rp.player_id AND lespn.provider = 'espn'::text\n     LEFT JOIN final_rank fespn ON fespn.player_id = rp.player_id AND fespn.provider = 'espn'::text\n     LEFT JOIN event_summary es ON es.player_id = rp.player_id\n     LEFT JOIN latest_commitment lc ON lc.player_id = rp.player_id;","fields":[{"name":"best_national_rank","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"best_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"class_year","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"class_year","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"commitment_count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"commitment_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"commitment_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"commitment_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"commitments","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null},"arguments":[{"name":"path","description":"JSON select path","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"source":"column","column":{"name":"commitments","type":"jsonb","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"committed_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"committed_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"committed_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"committed_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"final_247_composite_national_rank","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"final_247_composite_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"final_espn_national_rank","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"final_espn_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"final_top247_national_rank","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"final_top247_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gender","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"gender","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"high_school","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"high_school","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"hometown","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"hometown","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"latest_247_composite_national_rank","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"latest_247_composite_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"latest_espn_national_rank","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"latest_espn_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"latest_top247_national_rank","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"latest_top247_national_rank","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offer_count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"offer_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null},"arguments":[{"name":"path","description":"JSON select path","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"source":"column","column":{"name":"offers","type":"jsonb","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"position","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"position","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"ranking_history","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null},"arguments":[{"name":"path","description":"JSON select path","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"source":"column","column":{"name":"ranking_history","type":"jsonb","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"player_recruit_info","description":"fetch data from the table: \"player_recruit_info\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_info_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_info","ofType":null}}}}},{"name":"player_recruit_info_aggregate","description":"fetch aggregated fields from the table: \"player_recruit_info\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_info_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_info_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"player_recruit_info","description":"fetch data from the table: \"player_recruit_info\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_info_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_info","ofType":null}}}}},{"name":"player_recruit_info_aggregate","description":"fetch aggregated fields from the table: \"player_recruit_info\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_info_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_info_aggregate","ofType":null}}},{"name":"player_recruit_info_stream","description":"fetch data from the table in a streaming manner: \"player_recruit_info\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_info","ofType":null}}}}}]},"inputTypes":[{"name":"player_recruit_info_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_recruit_info\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_bool_exp","ofType":null}}}},{"name":"best_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"commitment_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"commitment_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"commitments","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"jsonb_comparison_exp","ofType":null}},{"name":"committed_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"committed_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"final_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"final_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"final_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"high_school","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"latest_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"latest_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"latest_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"offer_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"offers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"jsonb_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"position","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"ranking_history","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"jsonb_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_recruit_info_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_recruit_info\".","fields":[{"name":"best_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"commitment_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"commitment_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"commitments","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"committed_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"committed_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"high_school","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"latest_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"latest_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"latest_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offer_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"position","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"ranking_history","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_info_select_column","kind":"ENUM","description":"select columns of table \"player_recruit_info\"","fields":[],"enumValues":[{"name":"best_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"class_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"commitment_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"commitment_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"commitments","description":"column name","deprecated":false,"deprecationReason":null},{"name":"committed_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"committed_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"final_247_composite_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"final_espn_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"final_top247_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender","description":"column name","deprecated":false,"deprecationReason":null},{"name":"high_school","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"latest_247_composite_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"latest_espn_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"latest_top247_national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offer_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"position","description":"column name","deprecated":false,"deprecationReason":null},{"name":"ranking_history","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_info_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_recruit_info\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_info_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_recruit_info_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"best_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"commitment_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"commitment_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"commitments","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null}},{"name":"committed_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"committed_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"final_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"final_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"final_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"high_school","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"latest_247_composite_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"latest_espn_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"latest_top247_national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offer_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"position","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"ranking_history","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"jsonb","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_recruit_ranking","databaseType":"table","estimatedRows":125616,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"recruit_ranking_release_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"recruit_ranking_release","column":"id","schema":"public","constraint":"player_recruit_ranking_recruit_ranking_release_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_recruit_ranking_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"national_rank","type":"integer","checks":[{"name":"player_recruit_ranking_national_rank_check","definition":"CHECK (national_rank > 0)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_recruit_ranking_national_rank_check","type":"check","definition":"CHECK (national_rank > 0)"},{"name":"player_recruit_ranking_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_recruit_ranking_recruit_ranking_release_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (recruit_ranking_release_id) REFERENCES recruit_ranking_release(id) ON DELETE CASCADE"},{"name":"player_recruit_ranking_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"player_recruit_ranking_recruit_ranking_release_id_player_id_key","type":"unique","definition":"UNIQUE (recruit_ranking_release_id, player_id)"}],"indexes":[{"name":"player_recruit_ranking_pkey","definition":"CREATE UNIQUE INDEX player_recruit_ranking_pkey ON public.player_recruit_ranking USING btree (id)"},{"name":"player_recruit_ranking_player_idx","definition":"CREATE INDEX player_recruit_ranking_player_idx ON public.player_recruit_ranking USING btree (player_id, recruit_ranking_release_id)"},{"name":"player_recruit_ranking_recruit_ranking_release_id_player_id_key","definition":"CREATE UNIQUE INDEX player_recruit_ranking_recruit_ranking_release_id_player_id_key ON public.player_recruit_ranking USING btree (recruit_ranking_release_id, player_id)"},{"name":"player_recruit_ranking_release_rank_idx","definition":"CREATE INDEX player_recruit_ranking_release_rank_idx ON public.player_recruit_ranking USING btree (recruit_ranking_release_id, national_rank)"}],"viewDefinition":null,"fields":[{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"national_rank","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"arguments":[],"source":"column","column":{"name":"national_rank","type":"integer","checks":[{"name":"player_recruit_ranking_national_rank_check","definition":"CHECK (national_rank > 0)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_recruit_ranking_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"recruit_ranking_release","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"recruit_ranking_release","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"recruit_ranking_release","using":{"foreign_key_constraint_on":"recruit_ranking_release_id"}}},{"name":"recruit_ranking_release_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"recruit_ranking_release_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"recruit_ranking_release","column":"id","schema":"public","constraint":"player_recruit_ranking_recruit_ranking_release_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"recruit_ranking_release","using":{"foreign_key_constraint_on":"recruit_ranking_release_id"}}],"array":[]},"operations":{"query":[{"name":"player_recruit_ranking","description":"fetch data from the table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_ranking","ofType":null}}}}},{"name":"player_recruit_ranking_aggregate","description":"fetch aggregated fields from the table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_ranking_aggregate","ofType":null}}},{"name":"player_recruit_ranking_by_pk","description":"fetch data from the table: \"player_recruit_ranking\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruit_ranking","ofType":null}}],"mutation":[{"name":"delete_player_recruit_ranking","description":"delete data from the table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruit_ranking_mutation_response","ofType":null}},{"name":"delete_player_recruit_ranking_by_pk","description":"delete single row from the table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruit_ranking","ofType":null}},{"name":"insert_player_recruit_ranking","description":"insert data into the table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_recruit_ranking_mutation_response","ofType":null}},{"name":"insert_player_recruit_ranking_one","description":"insert a single row into the table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_recruit_ranking","ofType":null}},{"name":"update_player_recruit_ranking","description":"update data of the table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruit_ranking_mutation_response","ofType":null}},{"name":"update_player_recruit_ranking_by_pk","description":"update single row of the table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruit_ranking","ofType":null}},{"name":"update_player_recruit_ranking_many","description":"update multiples rows of table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_ranking_mutation_response","ofType":null}}}],"subscription":[{"name":"player_recruit_ranking","description":"fetch data from the table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_ranking","ofType":null}}}}},{"name":"player_recruit_ranking_aggregate","description":"fetch aggregated fields from the table: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_ranking_aggregate","ofType":null}}},{"name":"player_recruit_ranking_by_pk","description":"fetch data from the table: \"player_recruit_ranking\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruit_ranking","ofType":null}},{"name":"player_recruit_ranking_stream","description":"fetch data from the table in a streaming manner: \"player_recruit_ranking\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_ranking","ofType":null}}}}}]},"inputTypes":[{"name":"player_recruit_ranking_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column_player_recruit_ranking_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruit_ranking_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column_player_recruit_ranking_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruit_ranking_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruit_ranking_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_recruit_ranking\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_recruit_ranking\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_recruit_ranking\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_recruit_ranking\"","fields":[],"enumValues":[{"name":"player_recruit_ranking_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_recruit_ranking_recruit_ranking_release_id_player_id_key","description":"unique or primary key constraint on columns \"player_id\", \"recruit_ranking_release_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_ranking_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_recruit_ranking\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_obj_rel_insert_input","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_recruit_ranking\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_recruit_ranking\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_recruit_ranking\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_recruit_ranking\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recruit_ranking_release","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_order_by","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_recruit_ranking","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_recruit_ranking_select_column","kind":"ENUM","description":"select columns of table \"player_recruit_ranking\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"recruit_ranking_release_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_ranking_select_column_player_recruit_ranking_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_recruit_ranking_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_recruit_ranking\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_ranking_select_column_player_recruit_ranking_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_recruit_ranking_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_recruit_ranking\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_ranking_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_recruit_ranking\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_recruit_ranking\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"recruit_ranking_release_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_update_column","kind":"ENUM","description":"update columns of table \"player_recruit_ranking\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"national_rank","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"recruit_ranking_release_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruit_ranking_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruit_ranking_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruit_ranking_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"player_recruit_ranking\"","fields":[{"name":"national_rank","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_recruiting_event","databaseType":"table","estimatedRows":69544,"description":null,"columns":[{"name":"id","type":"uuid","checks":[{"name":"player_recruiting_event_check","definition":"CHECK (target_program_id IS NOT NULL OR NULLIF(btrim(target_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_recruiting_event_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"target_program_id","type":"uuid","checks":[{"name":"player_recruiting_event_check","definition":"CHECK (target_program_id IS NOT NULL OR NULLIF(btrim(target_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_recruiting_event_target_program_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"target_program_name","type":"text","checks":[{"name":"player_recruiting_event_check","definition":"CHECK (target_program_id IS NOT NULL OR NULLIF(btrim(target_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_type","type":"text","checks":[{"name":"player_recruiting_event_event_type_check","definition":"CHECK (event_type = ANY (ARRAY['offer'::text, 'commitment'::text, 'decommitment'::text, 'signing'::text, 'reopened'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_recruiting_event_check","type":"check","definition":"CHECK (target_program_id IS NOT NULL OR NULLIF(btrim(target_program_name), ''::text) IS NOT NULL)"},{"name":"player_recruiting_event_event_type_check","type":"check","definition":"CHECK (event_type = ANY (ARRAY['offer'::text, 'commitment'::text, 'decommitment'::text, 'signing'::text, 'reopened'::text]))"},{"name":"player_recruiting_event_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_recruiting_event_target_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (target_program_id) REFERENCES program(id)"},{"name":"player_recruiting_event_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"player_recruiting_event_pkey","definition":"CREATE UNIQUE INDEX player_recruiting_event_pkey ON public.player_recruiting_event USING btree (id)"},{"name":"player_recruiting_event_player_idx","definition":"CREATE INDEX player_recruiting_event_player_idx ON public.player_recruiting_event USING btree (player_id, event_date DESC)"},{"name":"player_recruiting_event_target_idx","definition":"CREATE INDEX player_recruiting_event_target_idx ON public.player_recruiting_event USING btree (target_program_id, event_date DESC)"}],"viewDefinition":null,"fields":[{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"event_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"event_type","type":"text","checks":[{"name":"player_recruiting_event_event_type_check","definition":"CHECK (event_type = ANY (ARRAY['offer'::text, 'commitment'::text, 'decommitment'::text, 'signing'::text, 'reopened'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[{"name":"player_recruiting_event_check","definition":"CHECK (target_program_id IS NOT NULL OR NULLIF(btrim(target_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"observed_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_recruiting_event_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program","using":{"foreign_key_constraint_on":"target_program_id"}}},{"name":"source_note","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_url","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"target_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"target_program_id","type":"uuid","checks":[{"name":"player_recruiting_event_check","definition":"CHECK (target_program_id IS NOT NULL OR NULLIF(btrim(target_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_recruiting_event_target_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"target_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"target_program_name","type":"text","checks":[{"name":"player_recruiting_event_check","definition":"CHECK (target_program_id IS NOT NULL OR NULLIF(btrim(target_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program","using":{"foreign_key_constraint_on":"target_program_id"}}],"array":[]},"operations":{"query":[{"name":"player_recruiting_event","description":"fetch data from the table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruiting_event","ofType":null}}}}},{"name":"player_recruiting_event_aggregate","description":"fetch aggregated fields from the table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruiting_event_aggregate","ofType":null}}},{"name":"player_recruiting_event_by_pk","description":"fetch data from the table: \"player_recruiting_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruiting_event","ofType":null}}],"mutation":[{"name":"delete_player_recruiting_event","description":"delete data from the table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruiting_event_mutation_response","ofType":null}},{"name":"delete_player_recruiting_event_by_pk","description":"delete single row from the table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruiting_event","ofType":null}},{"name":"insert_player_recruiting_event","description":"insert data into the table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_recruiting_event_mutation_response","ofType":null}},{"name":"insert_player_recruiting_event_one","description":"insert a single row into the table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_recruiting_event","ofType":null}},{"name":"update_player_recruiting_event","description":"update data of the table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruiting_event_mutation_response","ofType":null}},{"name":"update_player_recruiting_event_by_pk","description":"update single row of the table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruiting_event","ofType":null}},{"name":"update_player_recruiting_event_many","description":"update multiples rows of table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_recruiting_event_mutation_response","ofType":null}}}],"subscription":[{"name":"player_recruiting_event","description":"fetch data from the table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruiting_event","ofType":null}}}}},{"name":"player_recruiting_event_aggregate","description":"fetch aggregated fields from the table: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruiting_event_aggregate","ofType":null}}},{"name":"player_recruiting_event_by_pk","description":"fetch data from the table: \"player_recruiting_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_recruiting_event","ofType":null}},{"name":"player_recruiting_event_stream","description":"fetch data from the table in a streaming manner: \"player_recruiting_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruiting_event","ofType":null}}}}}]},"inputTypes":[{"name":"player_recruiting_event_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column_player_recruiting_event_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruiting_event_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column_player_recruiting_event_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruiting_event_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_recruiting_event_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_recruiting_event\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_recruiting_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_recruiting_event\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_recruiting_event\"","fields":[],"enumValues":[{"name":"player_recruiting_event_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_recruiting_event_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_recruiting_event\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_recruiting_event\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_recruiting_event\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_recruiting_event\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_recruiting_event\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_recruiting_event","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_recruiting_event_select_column","kind":"ENUM","description":"select columns of table \"player_recruiting_event\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"target_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"target_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruiting_event_select_column_player_recruiting_event_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_recruiting_event_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_recruiting_event\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruiting_event_select_column_player_recruiting_event_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_recruiting_event_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_recruiting_event\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruiting_event_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_recruiting_event\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_recruiting_event\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"event_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"target_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"target_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_recruiting_event_update_column","kind":"ENUM","description":"update columns of table \"player_recruiting_event\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"target_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"target_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_recruiting_event_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"player_season_summary","databaseType":"view","estimatedRows":0,"description":null,"columns":[{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[],"viewDefinition":" SELECT identity.resolve_entity('player'::text, pg.player_id) AS player_id,\n    tg.competition_season_id,\n    count(*) FILTER (WHERE tg.counts_for_official_record IS TRUE) AS games_played,\n    sum(pg.points) FILTER (WHERE tg.counts_for_official_record IS TRUE) AS points,\n    sum(pg.rebounds) FILTER (WHERE tg.counts_for_official_record IS TRUE) AS rebounds,\n    sum(pg.assists) FILTER (WHERE tg.counts_for_official_record IS TRUE) AS assists,\n    avg(pg.points) FILTER (WHERE tg.counts_for_official_record IS TRUE) AS points_per_game\n   FROM player_game pg\n     JOIN team_game tg ON tg.id = pg.team_game_id\n     JOIN game g ON g.id = tg.game_id\n     JOIN player player ON player.id = pg.player_id\n     JOIN competition_season cs ON cs.id = tg.competition_season_id\n     JOIN competition c ON c.id = cs.competition_id\n     JOIN organization o ON o.id = c.organization_id\n  WHERE g.is_public AND player.is_public AND cs.is_public AND c.is_public AND o.is_public\n  GROUP BY (identity.resolve_entity('player'::text, pg.player_id)), tg.competition_season_id;","fields":[{"name":"assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null},"arguments":[],"source":"column","column":{"name":"assists","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null},"arguments":[],"source":"column","column":{"name":"games_played","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null},"arguments":[],"source":"column","column":{"name":"points","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"player_season_summary","description":"fetch data from the table: \"player_season_summary\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_season_summary_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_season_summary","ofType":null}}}}},{"name":"player_season_summary_aggregate","description":"fetch aggregated fields from the table: \"player_season_summary\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_season_summary_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_season_summary_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"player_season_summary","description":"fetch data from the table: \"player_season_summary\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_season_summary_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_season_summary","ofType":null}}}}},{"name":"player_season_summary_aggregate","description":"fetch aggregated fields from the table: \"player_season_summary\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_season_summary_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_season_summary_aggregate","ofType":null}}},{"name":"player_season_summary_stream","description":"fetch data from the table in a streaming manner: \"player_season_summary\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_season_summary","ofType":null}}}}}]},"inputTypes":[{"name":"player_season_summary_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_season_summary\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_bool_exp","ofType":null}}}},{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_season_summary_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_season_summary\".","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_season_summary_select_column","kind":"ENUM","description":"select columns of table \"player_season_summary\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_season_summary_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_season_summary\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_season_summary_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_season_summary_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_social_account","databaseType":"table","estimatedRows":6891,"description":null,"columns":[{"name":"id","type":"uuid","checks":[{"name":"player_social_account_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_social_account_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"platform","type":"text","checks":[{"name":"player_social_account_platform_check","definition":"CHECK (platform = lower(btrim(platform)))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"handle","type":"text","checks":[{"name":"player_social_account_handle_check","definition":"CHECK (NULLIF(btrim(handle), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"profile_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_verified","type":"boolean","checks":[],"unique":false,"comment":null,"default":"false","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"valid_from","type":"date","checks":[{"name":"player_social_account_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"valid_to","type":"date","checks":[{"name":"player_social_account_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_social_account_check","type":"check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"},{"name":"player_social_account_handle_check","type":"check","definition":"CHECK (NULLIF(btrim(handle), ''::text) IS NOT NULL)"},{"name":"player_social_account_platform_check","type":"check","definition":"CHECK (platform = lower(btrim(platform)))"},{"name":"player_social_account_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_social_account_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"player_social_account_pkey","definition":"CREATE UNIQUE INDEX player_social_account_pkey ON public.player_social_account USING btree (id)"},{"name":"player_social_account_player_idx","definition":"CREATE INDEX player_social_account_player_idx ON public.player_social_account USING btree (player_id)"},{"name":"player_social_account_player_platform_handle_uq","definition":"CREATE UNIQUE INDEX player_social_account_player_platform_handle_uq ON public.player_social_account USING btree (player_id, platform, lower(btrim(handle)))"}],"viewDefinition":null,"fields":[{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"handle","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"handle","type":"text","checks":[{"name":"player_social_account_handle_check","definition":"CHECK (NULLIF(btrim(handle), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[{"name":"player_social_account_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_verified","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_verified","type":"boolean","checks":[],"unique":false,"comment":null,"default":"false","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"observed_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"platform","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"platform","type":"text","checks":[{"name":"player_social_account_platform_check","definition":"CHECK (platform = lower(btrim(platform)))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_social_account_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"profile_url","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"profile_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_url","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"valid_from","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"valid_from","type":"date","checks":[{"name":"player_social_account_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"valid_to","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"valid_to","type":"date","checks":[{"name":"player_social_account_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}}],"array":[]},"operations":{"query":[{"name":"player_social_account","description":"fetch data from the table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_social_account","ofType":null}}}}},{"name":"player_social_account_aggregate","description":"fetch aggregated fields from the table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_social_account_aggregate","ofType":null}}},{"name":"player_social_account_by_pk","description":"fetch data from the table: \"player_social_account\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_social_account","ofType":null}}],"mutation":[{"name":"delete_player_social_account","description":"delete data from the table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_social_account_mutation_response","ofType":null}},{"name":"delete_player_social_account_by_pk","description":"delete single row from the table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_social_account","ofType":null}},{"name":"insert_player_social_account","description":"insert data into the table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_social_account_mutation_response","ofType":null}},{"name":"insert_player_social_account_one","description":"insert a single row into the table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_social_account","ofType":null}},{"name":"update_player_social_account","description":"update data of the table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_social_account_mutation_response","ofType":null}},{"name":"update_player_social_account_by_pk","description":"update single row of the table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_social_account","ofType":null}},{"name":"update_player_social_account_many","description":"update multiples rows of table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_social_account_mutation_response","ofType":null}}}],"subscription":[{"name":"player_social_account","description":"fetch data from the table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_social_account","ofType":null}}}}},{"name":"player_social_account_aggregate","description":"fetch aggregated fields from the table: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_social_account_aggregate","ofType":null}}},{"name":"player_social_account_by_pk","description":"fetch data from the table: \"player_social_account\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_social_account","ofType":null}},{"name":"player_social_account_stream","description":"fetch data from the table in a streaming manner: \"player_social_account\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_social_account","ofType":null}}}}}]},"inputTypes":[{"name":"player_social_account_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_social_account_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column_player_social_account_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_social_account_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column_player_social_account_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_social_account_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_social_account_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_social_account\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_social_account_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_social_account\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_social_account_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_social_account\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_verified","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_social_account_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_social_account\"","fields":[],"enumValues":[{"name":"player_social_account_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"player_social_account_player_platform_handle_uq","description":"unique or primary key constraint on columns \"platform\", \"player_id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_social_account_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_social_account\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_verified","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_social_account_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_social_account\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_social_account_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_social_account\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_social_account_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_social_account\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_social_account_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_social_account_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_social_account\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_verified","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_social_account_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_social_account","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_social_account_select_column","kind":"ENUM","description":"select columns of table \"player_social_account\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"handle","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_verified","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"platform","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"profile_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_social_account_select_column_player_social_account_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_social_account_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_social_account\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_verified","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_social_account_select_column_player_social_account_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_social_account_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_social_account\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_verified","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_social_account_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_social_account\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_verified","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_social_account_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_social_account\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_social_account_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"handle","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_verified","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"platform","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"profile_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"player_social_account_update_column","kind":"ENUM","description":"update columns of table \"player_social_account\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"handle","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_verified","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"platform","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"profile_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_social_account_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_social_account_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_social_account_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"player_transfer","databaseType":"table","estimatedRows":18295,"description":null,"columns":[{"name":"id","type":"uuid","checks":[{"name":"player_transfer_distinct_entry_check","definition":"CHECK (from_program_entry_id IS NULL OR to_program_entry_id IS NULL OR from_program_entry_id <> to_program_entry_id)"},{"name":"player_transfer_distinct_program_check","definition":"CHECK (from_program_id IS NULL OR to_program_id IS NULL OR from_program_id <> to_program_id)"},{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_transfer_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"player_transfer_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"from_program_entry_id","type":"uuid","checks":[{"name":"player_transfer_distinct_entry_check","definition":"CHECK (from_program_entry_id IS NULL OR to_program_entry_id IS NULL OR from_program_entry_id <> to_program_entry_id)"},{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_transfer_from_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"to_program_entry_id","type":"uuid","checks":[{"name":"player_transfer_distinct_entry_check","definition":"CHECK (from_program_entry_id IS NULL OR to_program_entry_id IS NULL OR from_program_entry_id <> to_program_entry_id)"},{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_transfer_to_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"from_program_name","type":"text","checks":[{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"to_program_name","type":"text","checks":[{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"status","type":"text","checks":[{"name":"player_transfer_status_check","definition":"CHECK (status = ANY (ARRAY['entered'::text, 'withdrawn'::text, 'committed'::text, 'enrolled'::text, 'cancelled'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"portal_entered_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"committed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"enrolled_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"date_confirmed","type":"date","checks":[],"unique":false,"comment":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"from_program_id","type":"uuid","checks":[{"name":"player_transfer_distinct_program_check","definition":"CHECK (from_program_id IS NULL OR to_program_id IS NULL OR from_program_id <> to_program_id)"},{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_transfer_from_program_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"to_program_id","type":"uuid","checks":[{"name":"player_transfer_distinct_program_check","definition":"CHECK (from_program_id IS NULL OR to_program_id IS NULL OR from_program_id <> to_program_id)"},{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_transfer_to_program_id_fkey"},"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"player_transfer_distinct_entry_check","type":"check","definition":"CHECK (from_program_entry_id IS NULL OR to_program_entry_id IS NULL OR from_program_entry_id <> to_program_entry_id)"},{"name":"player_transfer_distinct_program_check","type":"check","definition":"CHECK (from_program_id IS NULL OR to_program_id IS NULL OR from_program_id <> to_program_id)"},{"name":"player_transfer_program_context_check","type":"check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"},{"name":"player_transfer_status_check","type":"check","definition":"CHECK (status = ANY (ARRAY['entered'::text, 'withdrawn'::text, 'committed'::text, 'enrolled'::text, 'cancelled'::text]))"},{"name":"player_transfer_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id) DEFERRABLE"},{"name":"player_transfer_from_program_entry_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (from_program_entry_id) REFERENCES program_entry(id)"},{"name":"player_transfer_from_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (from_program_id) REFERENCES program(id)"},{"name":"player_transfer_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"player_transfer_to_program_entry_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (to_program_entry_id) REFERENCES program_entry(id)"},{"name":"player_transfer_to_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (to_program_id) REFERENCES program(id)"},{"name":"player_transfer_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"player_transfer_episode_uq","definition":"CREATE UNIQUE INDEX player_transfer_episode_uq ON public.player_transfer USING btree (player_id, competition_season_id, from_program_entry_id, to_program_entry_id) NULLS NOT DISTINCT"},{"name":"player_transfer_from_entry_idx","definition":"CREATE INDEX player_transfer_from_entry_idx ON public.player_transfer USING btree (from_program_entry_id)"},{"name":"player_transfer_from_program_idx","definition":"CREATE INDEX player_transfer_from_program_idx ON public.player_transfer USING btree (from_program_id)"},{"name":"player_transfer_pkey","definition":"CREATE UNIQUE INDEX player_transfer_pkey ON public.player_transfer USING btree (id)"},{"name":"player_transfer_player_idx","definition":"CREATE INDEX player_transfer_player_idx ON public.player_transfer USING btree (player_id, competition_season_id)"},{"name":"player_transfer_to_entry_idx","definition":"CREATE INDEX player_transfer_to_entry_idx ON public.player_transfer USING btree (to_program_entry_id)"},{"name":"player_transfer_to_program_idx","definition":"CREATE INDEX player_transfer_to_program_idx ON public.player_transfer USING btree (to_program_id)"}],"viewDefinition":null,"fields":[{"name":"committed_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"committed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"player_transfer_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"date_confirmed","type":"date","checks":[],"unique":false,"comment":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"enrolled_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"enrolled_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"from_program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"from_program_entry_id","type":"uuid","checks":[{"name":"player_transfer_distinct_entry_check","definition":"CHECK (from_program_entry_id IS NULL OR to_program_entry_id IS NULL OR from_program_entry_id <> to_program_entry_id)"},{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_transfer_from_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"from_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"from_program_id","type":"uuid","checks":[{"name":"player_transfer_distinct_program_check","definition":"CHECK (from_program_id IS NULL OR to_program_id IS NULL OR from_program_id <> to_program_id)"},{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_transfer_from_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"from_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"from_program_name","type":"text","checks":[{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[{"name":"player_transfer_distinct_entry_check","definition":"CHECK (from_program_entry_id IS NULL OR to_program_entry_id IS NULL OR from_program_entry_id <> to_program_entry_id)"},{"name":"player_transfer_distinct_program_check","definition":"CHECK (from_program_id IS NULL OR to_program_id IS NULL OR from_program_id <> to_program_id)"},{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"observed_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"player_transfer_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"portal_entered_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"portal_entered_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program","using":{"foreign_key_constraint_on":"from_program_id"}}},{"name":"programByToProgramId","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"programByToProgramId","using":{"foreign_key_constraint_on":"to_program_id"}}},{"name":"programEntryByToProgramEntryId","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_entry","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"programEntryByToProgramEntryId","using":{"foreign_key_constraint_on":"to_program_entry_id"}}},{"name":"program_entry","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_entry","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program_entry","using":{"foreign_key_constraint_on":"from_program_entry_id"}}},{"name":"source_note","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_note","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_url","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"status","type":"text","checks":[{"name":"player_transfer_status_check","definition":"CHECK (status = ANY (ARRAY['entered'::text, 'withdrawn'::text, 'committed'::text, 'enrolled'::text, 'cancelled'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"to_program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"to_program_entry_id","type":"uuid","checks":[{"name":"player_transfer_distinct_entry_check","definition":"CHECK (from_program_entry_id IS NULL OR to_program_entry_id IS NULL OR from_program_entry_id <> to_program_entry_id)"},{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"player_transfer_to_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"to_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"to_program_id","type":"uuid","checks":[{"name":"player_transfer_distinct_program_check","definition":"CHECK (from_program_id IS NULL OR to_program_id IS NULL OR from_program_id <> to_program_id)"},{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"player_transfer_to_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"to_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"to_program_name","type":"text","checks":[{"name":"player_transfer_program_context_check","definition":"CHECK (from_program_entry_id IS NOT NULL OR to_program_entry_id IS NOT NULL OR from_program_id IS NOT NULL OR to_program_id IS NOT NULL OR NULLIF(btrim(from_program_name), ''::text) IS NOT NULL OR NULLIF(btrim(to_program_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}},{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program","using":{"foreign_key_constraint_on":"from_program_id"}},{"name":"programByToProgramId","using":{"foreign_key_constraint_on":"to_program_id"}},{"name":"programEntryByToProgramEntryId","using":{"foreign_key_constraint_on":"to_program_entry_id"}},{"name":"program_entry","using":{"foreign_key_constraint_on":"from_program_entry_id"}}],"array":[]},"operations":{"query":[{"name":"player_transfer","description":"fetch data from the table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer","ofType":null}}}}},{"name":"player_transfer_aggregate","description":"fetch aggregated fields from the table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_aggregate","ofType":null}}},{"name":"player_transfer_by_pk","description":"fetch data from the table: \"player_transfer\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_transfer","ofType":null}}],"mutation":[{"name":"delete_player_transfer","description":"delete data from the table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_transfer_mutation_response","ofType":null}},{"name":"delete_player_transfer_by_pk","description":"delete single row from the table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_transfer","ofType":null}},{"name":"insert_player_transfer","description":"insert data into the table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_transfer_mutation_response","ofType":null}},{"name":"insert_player_transfer_one","description":"insert a single row into the table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"player_transfer","ofType":null}},{"name":"update_player_transfer","description":"update data of the table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_transfer_mutation_response","ofType":null}},{"name":"update_player_transfer_by_pk","description":"update single row of the table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_transfer","ofType":null}},{"name":"update_player_transfer_many","description":"update multiples rows of table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_mutation_response","ofType":null}}}],"subscription":[{"name":"player_transfer","description":"fetch data from the table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer","ofType":null}}}}},{"name":"player_transfer_aggregate","description":"fetch aggregated fields from the table: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_aggregate","ofType":null}}},{"name":"player_transfer_by_pk","description":"fetch data from the table: \"player_transfer\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"player_transfer","ofType":null}},{"name":"player_transfer_stream","description":"fetch data from the table in a streaming manner: \"player_transfer\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer","ofType":null}}}}}]},"inputTypes":[{"name":"player_transfer_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"player_transfer_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column_player_transfer_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_transfer_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column_player_transfer_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_transfer_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"player_transfer_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"player_transfer\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_min_order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"player_transfer\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_on_conflict","ofType":null}}],"enumValues":[]},{"name":"player_transfer_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_transfer\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}}},{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"programByToProgramId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"programEntryByToProgramEntryId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_transfer_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"player_transfer\"","fields":[],"enumValues":[{"name":"player_transfer_episode_uq","description":"unique or primary key constraint on columns \"to_program_entry_id\", \"player_id\", \"from_program_entry_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"player_transfer_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"player_transfer\"","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"programByToProgramId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"programEntryByToProgramEntryId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_transfer_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"player_transfer\"","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"player_transfer\"","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"player_transfer\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"enumValues":[]},{"name":"player_transfer_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_transfer\".","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"programByToProgramId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"programEntryByToProgramEntryId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: player_transfer","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"player_transfer_select_column","kind":"ENUM","description":"select columns of table \"player_transfer\"","fields":[],"enumValues":[{"name":"committed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"date_confirmed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"enrolled_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"portal_entered_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_select_column_player_transfer_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"player_transfer_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"player_transfer\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_select_column_player_transfer_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"player_transfer_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"player_transfer\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"player_transfer\"","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_transfer_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_transfer\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_transfer_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"date_confirmed","description":"Nullable date on which a source confirmed the row's current transfer status; distinct from observed_at, which records when Cerebro captured it.","defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"source_note","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"player_transfer_update_column","kind":"ENUM","description":"update columns of table \"player_transfer\"","fields":[],"enumValues":[{"name":"committed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"date_confirmed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"enrolled_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"portal_entered_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_note","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"player_transfer_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_transfer_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}}},{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_transfer_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_transfer_view\".","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_view_select_column","kind":"ENUM","description":"select columns of table \"player_transfer_view\"","fields":[],"enumValues":[{"name":"committed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"date_confirmed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"enrolled_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_in_portal","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"portal_entered_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"transfer_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_transfer_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_transfer_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"player_transfer_view","databaseType":"materialized_view","estimatedRows":18297,"description":"One row per public canonical-player transfer record, including source and destination programs, season, current lifecycle status, and known dates.","columns":[{"name":"transfer_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gender","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"from_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"from_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"from_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"from_program_entry_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"to_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"to_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"to_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"to_program_entry_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_in_portal","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"portal_entered_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"committed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"enrolled_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"date_confirmed","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[{"name":"player_transfer_view_from_program_idx","definition":"CREATE INDEX player_transfer_view_from_program_idx ON public.player_transfer_view USING btree (from_program_id)"},{"name":"player_transfer_view_id_key","definition":"CREATE UNIQUE INDEX player_transfer_view_id_key ON public.player_transfer_view USING btree (transfer_id)"},{"name":"player_transfer_view_player_idx","definition":"CREATE INDEX player_transfer_view_player_idx ON public.player_transfer_view USING btree (player_id)"},{"name":"player_transfer_view_season_idx","definition":"CREATE INDEX player_transfer_view_season_idx ON public.player_transfer_view USING btree (competition_season_id)"},{"name":"player_transfer_view_status_idx","definition":"CREATE INDEX player_transfer_view_status_idx ON public.player_transfer_view USING btree (is_in_portal, status)"},{"name":"player_transfer_view_to_program_idx","definition":"CREATE INDEX player_transfer_view_to_program_idx ON public.player_transfer_view USING btree (to_program_id)"}],"viewDefinition":" SELECT pt.id AS transfer_id,\n    pt.player_id,\n    p.canonical_name AS player_name,\n    po.\"Gender\" AS gender,\n    pt.competition_season_id,\n    cs.name AS competition_season_name,\n    cs.start_date AS season_start_date,\n    cs.end_date AS season_end_date,\n    c.id AS competition_id,\n    c.name AS competition_name,\n    c.gender_code AS competition_gender_code,\n    o.id AS organization_id,\n    o.name AS organization_name,\n    pt.from_program_id,\n    COALESCE(fp.name, pt.from_program_name) AS from_program_name,\n    pt.from_program_entry_id,\n    fpe.display_name AS from_program_entry_name,\n    pt.to_program_id,\n    COALESCE(tp.name, pt.to_program_name) AS to_program_name,\n    pt.to_program_entry_id,\n    tpe.display_name AS to_program_entry_name,\n    pt.status,\n    pt.status = 'entered'::text AS is_in_portal,\n    pt.portal_entered_on,\n    pt.committed_on,\n    pt.enrolled_on,\n    pt.date_confirmed,\n    pt.observed_at,\n    pt.is_public,\n    pt.created_at,\n    pt.updated_at\n   FROM player_transfer pt\n     JOIN player p ON p.id = pt.player_id\n     JOIN player_overview po ON po.\"Player_ID\" = pt.player_id\n     JOIN competition_season cs ON cs.id = pt.competition_season_id\n     JOIN competition c ON c.id = cs.competition_id\n     JOIN organization o ON o.id = c.organization_id\n     LEFT JOIN program fp ON fp.id = pt.from_program_id\n     LEFT JOIN program_entry fpe ON fpe.id = pt.from_program_entry_id\n     LEFT JOIN program tp ON tp.id = pt.to_program_id\n     LEFT JOIN program_entry tpe ON tpe.id = pt.to_program_entry_id\n  WHERE pt.is_public AND NOT (EXISTS ( SELECT 1\n           FROM identity.entity_redirect er\n          WHERE er.entity_type = 'player'::text AND er.retired_entity_id = p.id));","fields":[{"name":"committed_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"committed_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"date_confirmed","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"date_confirmed","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"enrolled_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"enrolled_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"from_program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"from_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"from_program_entry_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"from_program_entry_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"from_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"from_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"from_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"from_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gender","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"gender","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_in_portal","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"is_in_portal","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"observed_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"observed_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"portal_entered_on","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"portal_entered_on","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"to_program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"to_program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"to_program_entry_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"to_program_entry_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"to_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"to_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"to_program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"to_program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"transfer_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"transfer_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"player_transfer_view","description":"fetch data from the table: \"player_transfer_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_view","ofType":null}}}}},{"name":"player_transfer_view_aggregate","description":"fetch aggregated fields from the table: \"player_transfer_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_view_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"player_transfer_view","description":"fetch data from the table: \"player_transfer_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_view","ofType":null}}}}},{"name":"player_transfer_view_aggregate","description":"fetch aggregated fields from the table: \"player_transfer_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_view_aggregate","ofType":null}}},{"name":"player_transfer_view_stream","description":"fetch data from the table in a streaming manner: \"player_transfer_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_view","ofType":null}}}}}]},"inputTypes":[{"name":"player_transfer_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"player_transfer_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_bool_exp","ofType":null}}}},{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"player_transfer_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"player_transfer_view\".","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"player_transfer_view_select_column","kind":"ENUM","description":"select columns of table \"player_transfer_view\"","fields":[],"enumValues":[{"name":"committed_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"date_confirmed","description":"column name","deprecated":false,"deprecationReason":null},{"name":"enrolled_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"from_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_in_portal","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"observed_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"portal_entered_on","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"to_program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"transfer_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"player_transfer_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"player_transfer_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"player_transfer_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"committed_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"date_confirmed","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"enrolled_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"from_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"from_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"from_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"is_in_portal","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"observed_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"portal_entered_on","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"to_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"to_program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"transfer_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"program","databaseType":"table","estimatedRows":37739,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_competition_event","column":"program_id","schema":"public","constraint":"player_competition_event_program_id_fkey"},{"table":"player_competition_season","column":"program_id","schema":"public","constraint":"player_competition_season_program_id_fkey"},{"table":"player_contract","column":"program_id","schema":"public","constraint":"player_contract_program_id_fkey"},{"table":"player_draft_pick","column":"drafting_program_id","schema":"public","constraint":"player_draft_pick_drafting_program_id_fkey"},{"table":"player_recruiting_event","column":"target_program_id","schema":"public","constraint":"player_recruiting_event_target_program_id_fkey"},{"table":"player_transfer","column":"from_program_id","schema":"public","constraint":"player_transfer_from_program_id_fkey"},{"table":"player_transfer","column":"to_program_id","schema":"public","constraint":"player_transfer_to_program_id_fkey"},{"table":"program_alias","column":"program_id","schema":"public","constraint":"program_alias_program_id_fkey"},{"table":"program_entry","column":"program_id","schema":"public","constraint":"program_entry_program_id_fkey"},{"table":"team_competition_event","column":"program_id","schema":"public","constraint":"team_competition_event_program_id_fkey"},{"table":"team_competition_season","column":"program_id","schema":"public","constraint":"team_competition_season_program_id_fkey"}]},{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gender_code","type":"character(1)","checks":[{"name":"program_gender_code_check","definition":"CHECK (gender_code = ANY (ARRAY['M'::bpchar, 'F'::bpchar]))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"city","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"region","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"program_gender_code_check","type":"check","definition":"CHECK (gender_code = ANY (ARRAY['M'::bpchar, 'F'::bpchar]))"},{"name":"program_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"program_pkey","definition":"CREATE UNIQUE INDEX program_pkey ON public.program USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"city","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"city","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"gender_code","type":"character(1)","checks":[{"name":"program_gender_code_check","definition":"CHECK (gender_code = ANY (ARRAY['M'::bpchar, 'F'::bpchar]))"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_competition_event","column":"program_id","schema":"public","constraint":"player_competition_event_program_id_fkey"},{"table":"player_competition_season","column":"program_id","schema":"public","constraint":"player_competition_season_program_id_fkey"},{"table":"player_contract","column":"program_id","schema":"public","constraint":"player_contract_program_id_fkey"},{"table":"player_draft_pick","column":"drafting_program_id","schema":"public","constraint":"player_draft_pick_drafting_program_id_fkey"},{"table":"player_recruiting_event","column":"target_program_id","schema":"public","constraint":"player_recruiting_event_target_program_id_fkey"},{"table":"player_transfer","column":"from_program_id","schema":"public","constraint":"player_transfer_from_program_id_fkey"},{"table":"player_transfer","column":"to_program_id","schema":"public","constraint":"player_transfer_to_program_id_fkey"},{"table":"program_alias","column":"program_id","schema":"public","constraint":"program_alias_program_id_fkey"},{"table":"program_entry","column":"program_id","schema":"public","constraint":"program_entry_program_id_fkey"},{"table":"team_competition_event","column":"program_id","schema":"public","constraint":"team_competition_event_program_id_fkey"},{"table":"team_competition_season","column":"program_id","schema":"public","constraint":"team_competition_season_program_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"playerTransfersByToProgramId","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"playerTransfersByToProgramId","using":{"foreign_key_constraint_on":{"column":"to_program_id","table":{"name":"player_transfer","schema":"public"}}}}},{"name":"playerTransfersByToProgramId_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_competition_events","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"player_competition_event","schema":"public"}}}}},{"name":"player_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_competition_seasons","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_competition_seasons","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"player_competition_season","schema":"public"}}}}},{"name":"player_competition_seasons_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_contracts","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_contracts","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"player_contract","schema":"public"}}}}},{"name":"player_contracts_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_contract_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_contract_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_contract_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_draft_picks","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_draft_picks","using":{"foreign_key_constraint_on":{"column":"drafting_program_id","table":{"name":"player_draft_pick","schema":"public"}}}}},{"name":"player_draft_picks_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_draft_pick_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_draft_pick_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_draft_pick_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_recruiting_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruiting_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_recruiting_events","using":{"foreign_key_constraint_on":{"column":"target_program_id","table":{"name":"player_recruiting_event","schema":"public"}}}}},{"name":"player_recruiting_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruiting_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruiting_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_transfers","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_transfers","using":{"foreign_key_constraint_on":{"column":"from_program_id","table":{"name":"player_transfer","schema":"public"}}}}},{"name":"player_transfers_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"program_aliases","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_alias","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"program_aliases","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"program_alias","schema":"public"}}}}},{"name":"program_aliases_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_alias_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"program_entries","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"program_entries","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"program_entry","schema":"public"}}}}},{"name":"program_entries_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"region","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"region","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_competition_events","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"team_competition_event","schema":"public"}}}}},{"name":"team_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"team_competition_seasons","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_competition_seasons","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"team_competition_season","schema":"public"}}}}},{"name":"team_competition_seasons_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[{"name":"playerTransfersByToProgramId","using":{"foreign_key_constraint_on":{"column":"to_program_id","table":{"name":"player_transfer","schema":"public"}}}},{"name":"player_competition_events","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"player_competition_event","schema":"public"}}}},{"name":"player_competition_seasons","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"player_competition_season","schema":"public"}}}},{"name":"player_contracts","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"player_contract","schema":"public"}}}},{"name":"player_draft_picks","using":{"foreign_key_constraint_on":{"column":"drafting_program_id","table":{"name":"player_draft_pick","schema":"public"}}}},{"name":"player_recruiting_events","using":{"foreign_key_constraint_on":{"column":"target_program_id","table":{"name":"player_recruiting_event","schema":"public"}}}},{"name":"player_transfers","using":{"foreign_key_constraint_on":{"column":"from_program_id","table":{"name":"player_transfer","schema":"public"}}}},{"name":"program_aliases","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"program_alias","schema":"public"}}}},{"name":"program_entries","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"program_entry","schema":"public"}}}},{"name":"team_competition_events","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"team_competition_event","schema":"public"}}}},{"name":"team_competition_seasons","using":{"foreign_key_constraint_on":{"column":"program_id","table":{"name":"team_competition_season","schema":"public"}}}}]},"operations":{"query":[{"name":"program","description":"fetch data from the table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program","ofType":null}}}}},{"name":"program_aggregate","description":"fetch aggregated fields from the table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_aggregate","ofType":null}}},{"name":"program_by_pk","description":"fetch data from the table: \"program\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"program","ofType":null}}],"mutation":[{"name":"delete_program","description":"delete data from the table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_mutation_response","ofType":null}},{"name":"delete_program_by_pk","description":"delete single row from the table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"program","ofType":null}},{"name":"insert_program","description":"insert data into the table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"program_mutation_response","ofType":null}},{"name":"insert_program_one","description":"insert a single row into the table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"program","ofType":null}},{"name":"update_program","description":"update data of the table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_mutation_response","ofType":null}},{"name":"update_program_by_pk","description":"update single row of the table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"program","ofType":null}},{"name":"update_program_many","description":"update multiples rows of table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"program_mutation_response","ofType":null}}}],"subscription":[{"name":"program","description":"fetch data from the table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program","ofType":null}}}}},{"name":"program_aggregate","description":"fetch aggregated fields from the table: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_aggregate","ofType":null}}},{"name":"program_by_pk","description":"fetch data from the table: \"program\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"program","ofType":null}},{"name":"program_stream","description":"fetch data from the table in a streaming manner: \"program\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program","ofType":null}}}}}]},"inputTypes":[{"name":"program_alias_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"program_alias_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"program_alias_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"program_alias\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_min_order_by","ofType":null}}],"enumValues":[]},{"name":"program_alias_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"program_alias\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_on_conflict","ofType":null}}],"enumValues":[]},{"name":"program_alias_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_alias\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}}},{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_alias_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"program_alias\"","fields":[],"enumValues":[{"name":"program_alias_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"program_alias_program_id_alias_key","description":"unique or primary key constraint on columns \"alias\", \"program_id\"","deprecated":false,"deprecationReason":null}]},{"name":"program_alias_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"program_alias\"","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"program_alias_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"program_alias\"","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_alias_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"program_alias\"","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_alias_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"program_alias\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}],"enumValues":[]},{"name":"program_alias_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_alias\".","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_alias_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: program_alias","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"program_alias_select_column","kind":"ENUM","description":"select columns of table \"program_alias\"","fields":[],"enumValues":[{"name":"alias","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_system","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_alias_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"program_alias\"","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"program_alias_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_alias\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_alias_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"program_alias_update_column","kind":"ENUM","description":"update columns of table \"program_alias\"","fields":[],"enumValues":[{"name":"alias","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_system","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_alias_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"program_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}}},{"name":"city","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"playerTransfersByToProgramId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"playerTransfersByToProgramId_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp","ofType":null}},{"name":"player_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"player_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp","ofType":null}},{"name":"player_contracts","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_bool_exp","ofType":null}},{"name":"player_contracts_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_aggregate_bool_exp","ofType":null}},{"name":"player_draft_picks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_bool_exp","ofType":null}},{"name":"player_draft_picks_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_bool_exp","ofType":null}},{"name":"player_recruiting_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_bool_exp","ofType":null}},{"name":"player_recruiting_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_aggregate_bool_exp","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp","ofType":null}},{"name":"program_aliases","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}},{"name":"program_aliases_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_aggregate_bool_exp","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp","ofType":null}},{"name":"team_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}},{"name":"team_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_bool_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_competition_history_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_competition_history\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}}}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_location_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_location_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_location_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_competition_history_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_competition_history\".","fields":[{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_location_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_location_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_location_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_competition_history_select_column","kind":"ENUM","description":"select columns of table \"program_competition_history\"","fields":[],"enumValues":[{"name":"competition_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_location_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_location_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_location_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_competition_history_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_competition_history\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_competition_history_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_location_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_location_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_location_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"program_competition_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_competition_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}}}},{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_competition_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_competition_view\".","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_competition_view_select_column","kind":"ENUM","description":"select columns of table \"program_competition_view\"","fields":[],"enumValues":[{"name":"assist_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"block_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_with_boxscore","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnover_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_competition_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_competition_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_competition_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"program_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"program\"","fields":[],"enumValues":[{"name":"program_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"program_entry_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column_program_entry_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"program_entry_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column_program_entry_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"program_entry_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"program_entry_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"program_entry\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_min_order_by","ofType":null}}],"enumValues":[]},{"name":"program_entry_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"program_entry\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_on_conflict","ofType":null}}],"enumValues":[]},{"name":"program_entry_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_entry\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"playerTransfersByToProgramEntryId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"playerTransfersByToProgramEntryId_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp","ofType":null}},{"name":"player_academic_statuses","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}},{"name":"player_academic_statuses_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_aggregate_bool_exp","ofType":null}},{"name":"player_bio_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}},{"name":"player_bio_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_aggregate_bool_exp","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp","ofType":null}},{"name":"player_measurements","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}},{"name":"player_measurements_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_aggregate_bool_exp","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"roster_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}},{"name":"roster_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_aggregate_bool_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp","ofType":null}},{"name":"team_games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"team_games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_aggregate_bool_exp","ofType":null}},{"name":"team_group_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}},{"name":"team_group_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_aggregate_bool_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_entry_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"program_entry\"","fields":[],"enumValues":[{"name":"program_entry_id_competition_season_id_key","description":"unique or primary key constraint on columns \"id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"program_entry_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"program_entry_program_id_competition_season_id_season_divis_key","description":"unique or primary key constraint on columns \"competition_event_id\", \"program_id\", \"season_division_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"program_entry\"","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"playerTransfersByToProgramEntryId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_arr_rel_insert_input","ofType":null}},{"name":"player_academic_statuses","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_arr_rel_insert_input","ofType":null}},{"name":"player_bio_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_arr_rel_insert_input","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_arr_rel_insert_input","ofType":null}},{"name":"player_measurements","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_arr_rel_insert_input","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_arr_rel_insert_input","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_arr_rel_insert_input","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"roster_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_arr_rel_insert_input","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_arr_rel_insert_input","ofType":null}},{"name":"team_games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_arr_rel_insert_input","ofType":null}},{"name":"team_group_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_arr_rel_insert_input","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"program_entry_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"program_entry\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_entry_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"program_entry\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_entry_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"program_entry\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_on_conflict","ofType":null}}],"enumValues":[]},{"name":"program_entry_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"program_entry\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"enumValues":[]},{"name":"program_entry_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_entry\".","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"playerTransfersByToProgramEntryId_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_order_by","ofType":null}},{"name":"player_academic_statuses_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_aggregate_order_by","ofType":null}},{"name":"player_bio_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_aggregate_order_by","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_order_by","ofType":null}},{"name":"player_measurements_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_aggregate_order_by","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_order_by","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"roster_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_aggregate_order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_order_by","ofType":null}},{"name":"team_games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_aggregate_order_by","ofType":null}},{"name":"team_group_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_aggregate_order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_entry_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: program_entry","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"program_entry_select_column","kind":"ENUM","description":"select columns of table \"program_entry\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_select_column_program_entry_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"program_entry_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"program_entry\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_select_column_program_entry_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"program_entry_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"program_entry\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"program_entry\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"program_entry_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_entry\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_entry_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"program_entry_update_column","kind":"ENUM","description":"update columns of table \"program_entry\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"program_event_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_event_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}}}},{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_venue_city","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_venue_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"event_venue_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_venue_region","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"program_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_event_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_event_view\".","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_city","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_region","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_event_view_select_column","kind":"ENUM","description":"select columns of table \"program_event_view\"","fields":[],"enumValues":[{"name":"assist_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"block_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_city","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_region","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_with_boxscore","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnover_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_event_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_event_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_event_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_venue_city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_venue_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"event_venue_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_venue_region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"program_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"program\"","fields":[{"name":"city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"playerTransfersByToProgramId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_arr_rel_insert_input","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_arr_rel_insert_input","ofType":null}},{"name":"player_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_arr_rel_insert_input","ofType":null}},{"name":"player_contracts","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_arr_rel_insert_input","ofType":null}},{"name":"player_draft_picks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_arr_rel_insert_input","ofType":null}},{"name":"player_recruiting_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_arr_rel_insert_input","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_arr_rel_insert_input","ofType":null}},{"name":"program_aliases","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_arr_rel_insert_input","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_arr_rel_insert_input","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_arr_rel_insert_input","ofType":null}},{"name":"team_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_arr_rel_insert_input","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"program_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"program\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_on_conflict","ofType":null}}],"enumValues":[]},{"name":"program_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"program\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}],"enumValues":[]},{"name":"program_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program\".","fields":[{"name":"city","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"playerTransfersByToProgramId_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_order_by","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_order_by","ofType":null}},{"name":"player_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_order_by","ofType":null}},{"name":"player_contracts_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_contract_aggregate_order_by","ofType":null}},{"name":"player_draft_picks_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_draft_pick_aggregate_order_by","ofType":null}},{"name":"player_recruiting_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruiting_event_aggregate_order_by","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_order_by","ofType":null}},{"name":"program_aliases_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_aggregate_order_by","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_order_by","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_order_by","ofType":null}},{"name":"team_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: program","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"program_select_column","kind":"ENUM","description":"select columns of table \"program\"","fields":[],"enumValues":[{"name":"city","description":"column name","deprecated":false,"deprecationReason":null},{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"region","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"program\"","fields":[{"name":"city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"program_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"program_update_column","kind":"ENUM","description":"update columns of table \"program\"","fields":[],"enumValues":[{"name":"city","description":"column name","deprecated":false,"deprecationReason":null},{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"region","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"program_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}}}},{"name":"aliases","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"city","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"competition_geography_codes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"competition_level_codes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"competition_season_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"event_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"first_competition_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"game_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"last_competition_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"organization_names","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"player_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"program_entry_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_view\".","fields":[{"name":"aliases","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"city","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_codes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_codes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"first_competition_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"last_competition_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_names","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_view_select_column","kind":"ENUM","description":"select columns of table \"program_view\"","fields":[],"enumValues":[{"name":"aliases","description":"column name","deprecated":false,"deprecationReason":null},{"name":"city","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_codes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_codes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"first_competition_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"last_competition_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_names","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"region","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"aliases","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"competition_geography_codes","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"competition_level_codes","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"competition_season_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"event_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"first_competition_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"game_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"last_competition_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"organization_names","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"player_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"program_entry_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"program_alias","databaseType":"table","estimatedRows":6483,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"program_alias_program_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"alias","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_system","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"program_alias_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_id) REFERENCES program(id) ON DELETE CASCADE"},{"name":"program_alias_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"program_alias_program_id_alias_key","type":"unique","definition":"UNIQUE (program_id, alias)"}],"indexes":[{"name":"program_alias_pkey","definition":"CREATE UNIQUE INDEX program_alias_pkey ON public.program_alias USING btree (id)"},{"name":"program_alias_program_id_alias_key","definition":"CREATE UNIQUE INDEX program_alias_program_id_alias_key ON public.program_alias USING btree (program_id, alias)"}],"viewDefinition":null,"fields":[{"name":"alias","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"alias","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program","using":{"foreign_key_constraint_on":"program_id"}}},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"program_alias_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_system","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_system","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"program","using":{"foreign_key_constraint_on":"program_id"}}],"array":[]},"operations":{"query":[{"name":"program_alias","description":"fetch data from the table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_alias","ofType":null}}}}},{"name":"program_alias_aggregate","description":"fetch aggregated fields from the table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_alias_aggregate","ofType":null}}},{"name":"program_alias_by_pk","description":"fetch data from the table: \"program_alias\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_alias","ofType":null}}],"mutation":[{"name":"delete_program_alias","description":"delete data from the table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_alias_mutation_response","ofType":null}},{"name":"delete_program_alias_by_pk","description":"delete single row from the table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_alias","ofType":null}},{"name":"insert_program_alias","description":"insert data into the table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"program_alias_mutation_response","ofType":null}},{"name":"insert_program_alias_one","description":"insert a single row into the table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"program_alias","ofType":null}},{"name":"update_program_alias","description":"update data of the table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_alias_mutation_response","ofType":null}},{"name":"update_program_alias_by_pk","description":"update single row of the table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_alias","ofType":null}},{"name":"update_program_alias_many","description":"update multiples rows of table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"program_alias_mutation_response","ofType":null}}}],"subscription":[{"name":"program_alias","description":"fetch data from the table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_alias","ofType":null}}}}},{"name":"program_alias_aggregate","description":"fetch aggregated fields from the table: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_alias_aggregate","ofType":null}}},{"name":"program_alias_by_pk","description":"fetch data from the table: \"program_alias\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_alias","ofType":null}},{"name":"program_alias_stream","description":"fetch data from the table in a streaming manner: \"program_alias\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_alias","ofType":null}}}}}]},"inputTypes":[{"name":"program_alias_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"program_alias_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"program_alias_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"program_alias\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_min_order_by","ofType":null}}],"enumValues":[]},{"name":"program_alias_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"program_alias\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_on_conflict","ofType":null}}],"enumValues":[]},{"name":"program_alias_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_alias\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}}},{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_alias_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"program_alias\"","fields":[],"enumValues":[{"name":"program_alias_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"program_alias_program_id_alias_key","description":"unique or primary key constraint on columns \"alias\", \"program_id\"","deprecated":false,"deprecationReason":null}]},{"name":"program_alias_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"program_alias\"","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"program_alias_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"program_alias\"","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_alias_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"program_alias\"","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_alias_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"program_alias\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_alias_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}],"enumValues":[]},{"name":"program_alias_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_alias\".","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_alias_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: program_alias","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"program_alias_select_column","kind":"ENUM","description":"select columns of table \"program_alias\"","fields":[],"enumValues":[{"name":"alias","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_system","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_alias_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"program_alias\"","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"program_alias_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_alias\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_alias_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"alias","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"source_system","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]},{"name":"program_alias_update_column","kind":"ENUM","description":"update columns of table \"program_alias\"","fields":[],"enumValues":[{"name":"alias","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_system","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_alias_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_alias_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_alias_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"program_competition_history","databaseType":"view","estimatedRows":0,"description":"Member-only program competition history. Query program_entry directly when non-member opponent participation is required.","columns":[{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_location_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_location_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_location_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_scope_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participation_role","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[],"viewDefinition":" SELECT entry.program_id,\n    entry.id AS program_entry_id,\n    competition.id AS competition_id,\n    season.id AS competition_season_id,\n    level.code AS competition_level_code,\n    geography.code AS competition_geography_code,\n    season.start_date AS season_start_date,\n    season.end_date AS season_end_date,\n        CASE\n            WHEN geography.geography_type = 'unspecified'::text THEN NULL::text\n            ELSE geography.code\n        END AS competition_location_code,\n        CASE\n            WHEN geography.geography_type = 'unspecified'::text THEN NULL::text\n            ELSE geography.display_name\n        END AS competition_location_name,\n        CASE\n            WHEN geography.geography_type = 'unspecified'::text THEN NULL::text\n            ELSE geography.geography_type\n        END AS competition_location_type,\n    geography.display_name AS competition_geography_name,\n    geography.geography_type AS competition_geography_type,\n    geography.country_code AS competition_country_code,\n    geography.scope_code AS competition_scope_code,\n    entry.participation_role\n   FROM program_entry entry\n     JOIN competition_season season ON season.id = entry.competition_season_id\n     JOIN competition competition ON competition.id = season.competition_id\n     LEFT JOIN competition_level level ON level.id = competition.competition_level_id\n     LEFT JOIN competition_geography geography ON geography.id = competition.competition_geography_id\n  WHERE entry.participation_role = 'member'::text;","fields":[{"name":"competition_country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_level_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_location_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_location_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_location_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_location_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_location_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_location_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_scope_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_scope_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participation_role","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"participation_role","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"program_competition_history","description":"fetch data from the table: \"program_competition_history\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_competition_history_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_competition_history","ofType":null}}}}},{"name":"program_competition_history_aggregate","description":"fetch aggregated fields from the table: \"program_competition_history\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_competition_history_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_competition_history_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"program_competition_history","description":"fetch data from the table: \"program_competition_history\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_competition_history_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_competition_history","ofType":null}}}}},{"name":"program_competition_history_aggregate","description":"fetch aggregated fields from the table: \"program_competition_history\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_competition_history_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_competition_history_aggregate","ofType":null}}},{"name":"program_competition_history_stream","description":"fetch data from the table in a streaming manner: \"program_competition_history\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_competition_history","ofType":null}}}}}]},"inputTypes":[{"name":"program_competition_history_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_competition_history\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_bool_exp","ofType":null}}}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_location_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_location_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_location_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_competition_history_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_competition_history\".","fields":[{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_location_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_location_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_location_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_competition_history_select_column","kind":"ENUM","description":"select columns of table \"program_competition_history\"","fields":[],"enumValues":[{"name":"competition_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_location_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_location_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_location_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_competition_history_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_competition_history\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_history_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_competition_history_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_location_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_location_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_location_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"program_competition_view","databaseType":"materialized_view","estimatedRows":64034,"description":"One row per canonical program, competition season, and optional division, with every team_competition_season metric.","columns":[{"name":"program_competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_with_boxscore","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnover_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"block_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_scope_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"division_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[{"name":"program_competition_view_competition_idx","definition":"CREATE INDEX program_competition_view_competition_idx ON public.program_competition_view USING btree (competition_id, competition_season_id)"},{"name":"program_competition_view_division_idx","definition":"CREATE INDEX program_competition_view_division_idx ON public.program_competition_view USING btree (season_division_id)"},{"name":"program_competition_view_id_key","definition":"CREATE UNIQUE INDEX program_competition_view_id_key ON public.program_competition_view USING btree (program_competition_id)"},{"name":"program_competition_view_program_idx","definition":"CREATE INDEX program_competition_view_program_idx ON public.program_competition_view USING btree (program_id)"}],"viewDefinition":" SELECT tcs.id AS program_competition_id,\n    tcs.competition_season_id,\n    tcs.season_division_id,\n    tcs.program_id,\n    tcs.games_played,\n    tcs.games_with_boxscore,\n    tcs.total_minutes,\n    tcs.total_points,\n    tcs.total_rebounds,\n    tcs.total_offensive_rebounds,\n    tcs.total_defensive_rebounds,\n    tcs.total_assists,\n    tcs.total_steals,\n    tcs.total_blocks,\n    tcs.total_turnovers,\n    tcs.total_personal_fouls,\n    tcs.total_field_goals_made,\n    tcs.total_field_goals_attempted,\n    tcs.total_free_throws_made,\n    tcs.total_free_throws_attempted,\n    tcs.total_three_pointers_made,\n    tcs.total_three_pointers_attempted,\n    tcs.total_two_pointers_made,\n    tcs.total_two_pointers_attempted,\n    tcs.total_possessions,\n    tcs.points_per_game,\n    tcs.rebounds_per_game,\n    tcs.offensive_rebounds_per_game,\n    tcs.defensive_rebounds_per_game,\n    tcs.assists_per_game,\n    tcs.steals_per_game,\n    tcs.blocks_per_game,\n    tcs.turnovers_per_game,\n    tcs.possessions_per_game,\n    tcs.three_pointers_made_per_game,\n    tcs.three_pointers_attempted_per_game,\n    tcs.two_pointers_made_per_game,\n    tcs.two_pointers_attempted_per_game,\n    tcs.field_goal_pct,\n    tcs.two_point_pct,\n    tcs.three_point_pct,\n    tcs.free_throw_pct,\n    tcs.effective_field_goal_pct,\n    tcs.true_shooting_pct,\n    tcs.assist_turnover_ratio,\n    tcs.points_per_possession,\n    tcs.three_point_rating,\n    tcs.free_throw_rating,\n    tcs.assist_pct,\n    tcs.assist_rating,\n    tcs.turnover_pct,\n    tcs.steal_pct,\n    tcs.block_pct,\n    tcs.has_boxscore_stats,\n    tcs.calculated_at,\n    pr.name AS program_name,\n    pr.gender_code AS program_gender_code,\n    o.id AS organization_id,\n    o.name AS organization_name,\n    c.id AS competition_id,\n    c.name AS competition_name,\n    c.gender_code AS competition_gender_code,\n    cl.code AS competition_level_code,\n    cl.display_name AS competition_level_name,\n    cg.code AS competition_geography_code,\n    cg.display_name AS competition_geography_name,\n    cg.geography_type AS competition_geography_type,\n    cg.country_code AS competition_country_code,\n    cg.scope_code AS competition_scope_code,\n    cs.name AS competition_season_name,\n    cs.start_date AS season_start_date,\n    cs.end_date AS season_end_date,\n    sd.name AS division_name\n   FROM team_competition_season tcs\n     JOIN program pr ON pr.id = tcs.program_id\n     JOIN competition_season cs ON cs.id = tcs.competition_season_id\n     JOIN competition c ON c.id = cs.competition_id\n     JOIN organization o ON o.id = c.organization_id\n     LEFT JOIN season_division sd ON sd.id = tcs.season_division_id\n     LEFT JOIN competition_level cl ON cl.id = c.competition_level_id\n     LEFT JOIN competition_geography cg ON cg.id = c.competition_geography_id\n  WHERE pr.is_public AND c.is_public AND cs.is_public AND (sd.id IS NULL OR sd.is_public) AND NOT (EXISTS ( SELECT 1\n           FROM identity.entity_redirect er\n          WHERE er.entity_type = 'program'::text AND er.retired_entity_id = pr.id));","fields":[{"name":"assist_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assist_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assist_turnover_ratio","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"block_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"block_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"calculated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_level_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_level_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_scope_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_scope_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"division_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"division_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"effective_field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_with_boxscore","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"games_with_boxscore","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"has_boxscore_stats","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_possession","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"program_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"true_shooting_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnover_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnover_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"program_competition_view","description":"fetch data from the table: \"program_competition_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_competition_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_competition_view","ofType":null}}}}},{"name":"program_competition_view_aggregate","description":"fetch aggregated fields from the table: \"program_competition_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_competition_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_competition_view_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"program_competition_view","description":"fetch data from the table: \"program_competition_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_competition_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_competition_view","ofType":null}}}}},{"name":"program_competition_view_aggregate","description":"fetch aggregated fields from the table: \"program_competition_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_competition_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_competition_view_aggregate","ofType":null}}},{"name":"program_competition_view_stream","description":"fetch data from the table in a streaming manner: \"program_competition_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_competition_view","ofType":null}}}}}]},"inputTypes":[{"name":"program_competition_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_competition_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_bool_exp","ofType":null}}}},{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_competition_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_competition_view\".","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_competition_view_select_column","kind":"ENUM","description":"select columns of table \"program_competition_view\"","fields":[],"enumValues":[{"name":"assist_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"block_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_with_boxscore","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnover_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_competition_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_competition_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_competition_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_competition_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"program_entry","databaseType":"table","estimatedRows":71922,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_academic_status","column":"program_entry_id","schema":"public","constraint":"player_academic_status_program_entry_id_fkey"},{"table":"player_bio_observation","column":"program_entry_id","schema":"public","constraint":"player_bio_observation_program_entry_id_fkey"},{"table":"player_competition_event","column":"program_entry_id","schema":"public","constraint":"player_competition_event_program_entry_id_competition_seas_fkey"},{"table":"player_measurement","column":"program_entry_id","schema":"public","constraint":"player_measurement_program_entry_id_fkey"},{"table":"player_position_observation","column":"program_entry_id","schema":"public","constraint":"player_position_observation_program_entry_id_fkey"},{"table":"player_transfer","column":"from_program_entry_id","schema":"public","constraint":"player_transfer_from_program_entry_id_fkey"},{"table":"player_transfer","column":"to_program_entry_id","schema":"public","constraint":"player_transfer_to_program_entry_id_fkey"},{"table":"roster_membership","column":"program_entry_id","schema":"public","constraint":"roster_membership_program_entry_id_fkey"},{"table":"team_competition_event","column":"program_entry_id","schema":"public","constraint":"team_competition_event_program_entry_id_competition_season_fkey"},{"table":"team_game","column":"program_entry_id","schema":"public","constraint":"team_game_program_entry_id_fkey"},{"table":"team_group_membership","column":"program_entry_id","schema":"public","constraint":"team_group_membership_program_entry_id_competition_season__fkey"}]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"program_entry_program_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"program_entry_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"player_competition_event","column":"competition_season_id","schema":"public","constraint":"player_competition_event_program_entry_id_competition_seas_fkey"},{"table":"team_competition_event","column":"competition_season_id","schema":"public","constraint":"team_competition_event_program_entry_id_competition_season_fkey"},{"table":"team_group_membership","column":"competition_season_id","schema":"public","constraint":"team_group_membership_program_entry_id_competition_season__fkey"}]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"program_entry_season_division_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"program_entry_competition_event_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"display_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participation_role","type":"text","checks":[{"name":"program_entry_participation_role_check","definition":"CHECK (participation_role = ANY (ARRAY['member'::text, 'non_member_opponent'::text]))"}],"unique":false,"comment":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","default":"'member'::text","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"program_entry_participation_role_check","type":"check","definition":"CHECK (participation_role = ANY (ARRAY['member'::text, 'non_member_opponent'::text]))"},{"name":"program_entry_competition_event_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_event_id, competition_season_id) REFERENCES competition_event(id, competition_season_id) DEFERRABLE"},{"name":"program_entry_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id) DEFERRABLE"},{"name":"program_entry_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_id) REFERENCES program(id)"},{"name":"program_entry_season_division_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (season_division_id, competition_season_id) REFERENCES season_division(id, competition_season_id) DEFERRABLE"},{"name":"program_entry_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"program_entry_id_competition_season_id_key","type":"unique","definition":"UNIQUE (id, competition_season_id)"},{"name":"program_entry_program_id_competition_season_id_season_divis_key","type":"unique","definition":"UNIQUE NULLS NOT DISTINCT (program_id, competition_season_id, season_division_id, competition_event_id)"}],"indexes":[{"name":"program_entry_id_competition_season_id_key","definition":"CREATE UNIQUE INDEX program_entry_id_competition_season_id_key ON public.program_entry USING btree (id, competition_season_id)"},{"name":"program_entry_pkey","definition":"CREATE UNIQUE INDEX program_entry_pkey ON public.program_entry USING btree (id)"},{"name":"program_entry_program_id_competition_season_id_season_divis_key","definition":"CREATE UNIQUE INDEX program_entry_program_id_competition_season_id_season_divis_key ON public.program_entry USING btree (program_id, competition_season_id, season_division_id, competition_event_id) NULLS NOT DISTINCT"},{"name":"program_entry_season_idx","definition":"CREATE INDEX program_entry_season_idx ON public.program_entry USING btree (competition_season_id)"},{"name":"program_participation_season_idx","definition":"CREATE INDEX program_participation_season_idx ON public.program_entry USING btree (participation_role, competition_season_id) WHERE is_public"}],"viewDefinition":null,"fields":[{"name":"competition_event","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_event","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}}},{"name":"competition_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"program_entry_competition_event_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"program_entry_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"player_competition_event","column":"competition_season_id","schema":"public","constraint":"player_competition_event_program_entry_id_competition_seas_fkey"},{"table":"team_competition_event","column":"competition_season_id","schema":"public","constraint":"team_competition_event_program_entry_id_competition_season_fkey"},{"table":"team_group_membership","column":"competition_season_id","schema":"public","constraint":"team_group_membership_program_entry_id_competition_season__fkey"}]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"display_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"display_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_academic_status","column":"program_entry_id","schema":"public","constraint":"player_academic_status_program_entry_id_fkey"},{"table":"player_bio_observation","column":"program_entry_id","schema":"public","constraint":"player_bio_observation_program_entry_id_fkey"},{"table":"player_competition_event","column":"program_entry_id","schema":"public","constraint":"player_competition_event_program_entry_id_competition_seas_fkey"},{"table":"player_measurement","column":"program_entry_id","schema":"public","constraint":"player_measurement_program_entry_id_fkey"},{"table":"player_position_observation","column":"program_entry_id","schema":"public","constraint":"player_position_observation_program_entry_id_fkey"},{"table":"player_transfer","column":"from_program_entry_id","schema":"public","constraint":"player_transfer_from_program_entry_id_fkey"},{"table":"player_transfer","column":"to_program_entry_id","schema":"public","constraint":"player_transfer_to_program_entry_id_fkey"},{"table":"roster_membership","column":"program_entry_id","schema":"public","constraint":"roster_membership_program_entry_id_fkey"},{"table":"team_competition_event","column":"program_entry_id","schema":"public","constraint":"team_competition_event_program_entry_id_competition_season_fkey"},{"table":"team_game","column":"program_entry_id","schema":"public","constraint":"team_game_program_entry_id_fkey"},{"table":"team_group_membership","column":"program_entry_id","schema":"public","constraint":"team_group_membership_program_entry_id_competition_season__fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"participation_role","type":"text","checks":[{"name":"program_entry_participation_role_check","definition":"CHECK (participation_role = ANY (ARRAY['member'::text, 'non_member_opponent'::text]))"}],"unique":false,"comment":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","default":"'member'::text","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"playerTransfersByToProgramEntryId","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"playerTransfersByToProgramEntryId","using":{"foreign_key_constraint_on":{"column":"to_program_entry_id","table":{"name":"player_transfer","schema":"public"}}}}},{"name":"playerTransfersByToProgramEntryId_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_academic_statuses","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_academic_status","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_academic_statuses","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"player_academic_status","schema":"public"}}}}},{"name":"player_academic_statuses_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_academic_status_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_academic_status_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_academic_status_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_bio_observations","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_bio_observation","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_bio_observations","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"player_bio_observation","schema":"public"}}}}},{"name":"player_bio_observations_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_bio_observation_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_bio_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_bio_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"program_entry_id"},"insertion_order":null,"remote_table":{"name":"player_competition_event","schema":"public"}}}}},{"name":"player_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_measurements","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_measurement","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_measurements","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"player_measurement","schema":"public"}}}}},{"name":"player_measurements_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_measurement_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_measurement_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_measurement_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_position_observations","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_position_observations","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"player_position_observation","schema":"public"}}}}},{"name":"player_position_observations_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_transfers","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_transfers","using":{"foreign_key_constraint_on":{"column":"from_program_entry_id","table":{"name":"player_transfer","schema":"public"}}}}},{"name":"player_transfers_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_transfer_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_transfer_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_transfer_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program","using":{"foreign_key_constraint_on":"program_id"}}},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"program_entry_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"roster_memberships","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_membership","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"roster_memberships","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"roster_membership","schema":"public"}}}}},{"name":"roster_memberships_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_membership_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"season_division","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"season_division","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"program_entry_season_division_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"program_entry_id"},"insertion_order":null,"remote_table":{"name":"team_competition_event","schema":"public"}}}}},{"name":"team_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"team_games","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_games","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"team_game","schema":"public"}}}}},{"name":"team_games_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"team_group_memberships","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_membership","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_group_memberships","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"program_entry_id"},"insertion_order":null,"remote_table":{"name":"team_group_membership","schema":"public"}}}}},{"name":"team_group_memberships_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_membership_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}},{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}},{"name":"program","using":{"foreign_key_constraint_on":"program_id"}},{"name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}],"array":[{"name":"playerTransfersByToProgramEntryId","using":{"foreign_key_constraint_on":{"column":"to_program_entry_id","table":{"name":"player_transfer","schema":"public"}}}},{"name":"player_academic_statuses","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"player_academic_status","schema":"public"}}}},{"name":"player_bio_observations","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"player_bio_observation","schema":"public"}}}},{"name":"player_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"program_entry_id"},"insertion_order":null,"remote_table":{"name":"player_competition_event","schema":"public"}}}},{"name":"player_measurements","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"player_measurement","schema":"public"}}}},{"name":"player_position_observations","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"player_position_observation","schema":"public"}}}},{"name":"player_transfers","using":{"foreign_key_constraint_on":{"column":"from_program_entry_id","table":{"name":"player_transfer","schema":"public"}}}},{"name":"roster_memberships","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"roster_membership","schema":"public"}}}},{"name":"team_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"program_entry_id"},"insertion_order":null,"remote_table":{"name":"team_competition_event","schema":"public"}}}},{"name":"team_games","using":{"foreign_key_constraint_on":{"column":"program_entry_id","table":{"name":"team_game","schema":"public"}}}},{"name":"team_group_memberships","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"program_entry_id"},"insertion_order":null,"remote_table":{"name":"team_group_membership","schema":"public"}}}}]},"operations":{"query":[{"name":"program_entry","description":"fetch data from the table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry","ofType":null}}}}},{"name":"program_entry_aggregate","description":"fetch aggregated fields from the table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry_aggregate","ofType":null}}},{"name":"program_entry_by_pk","description":"fetch data from the table: \"program_entry\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_entry","ofType":null}}],"mutation":[{"name":"delete_program_entry","description":"delete data from the table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_entry_mutation_response","ofType":null}},{"name":"delete_program_entry_by_pk","description":"delete single row from the table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_entry","ofType":null}},{"name":"insert_program_entry","description":"insert data into the table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"program_entry_mutation_response","ofType":null}},{"name":"insert_program_entry_one","description":"insert a single row into the table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"program_entry","ofType":null}},{"name":"update_program_entry","description":"update data of the table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_entry_mutation_response","ofType":null}},{"name":"update_program_entry_by_pk","description":"update single row of the table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_entry","ofType":null}},{"name":"update_program_entry_many","description":"update multiples rows of table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"program_entry_mutation_response","ofType":null}}}],"subscription":[{"name":"program_entry","description":"fetch data from the table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry","ofType":null}}}}},{"name":"program_entry_aggregate","description":"fetch aggregated fields from the table: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry_aggregate","ofType":null}}},{"name":"program_entry_by_pk","description":"fetch data from the table: \"program_entry\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"program_entry","ofType":null}},{"name":"program_entry_stream","description":"fetch data from the table in a streaming manner: \"program_entry\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry","ofType":null}}}}}]},"inputTypes":[{"name":"program_entry_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"program_entry_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column_program_entry_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"program_entry_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column_program_entry_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"program_entry_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"program_entry_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"program_entry\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_min_order_by","ofType":null}}],"enumValues":[]},{"name":"program_entry_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"program_entry\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_on_conflict","ofType":null}}],"enumValues":[]},{"name":"program_entry_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_entry\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"playerTransfersByToProgramEntryId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"playerTransfersByToProgramEntryId_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp","ofType":null}},{"name":"player_academic_statuses","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_bool_exp","ofType":null}},{"name":"player_academic_statuses_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_aggregate_bool_exp","ofType":null}},{"name":"player_bio_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_bool_exp","ofType":null}},{"name":"player_bio_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_aggregate_bool_exp","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp","ofType":null}},{"name":"player_measurements","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_bool_exp","ofType":null}},{"name":"player_measurements_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_aggregate_bool_exp","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_bool_exp","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_bool_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"roster_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}},{"name":"roster_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_aggregate_bool_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp","ofType":null}},{"name":"team_games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"team_games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_aggregate_bool_exp","ofType":null}},{"name":"team_group_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}},{"name":"team_group_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_aggregate_bool_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_entry_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"program_entry\"","fields":[],"enumValues":[{"name":"program_entry_id_competition_season_id_key","description":"unique or primary key constraint on columns \"id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"program_entry_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"program_entry_program_id_competition_season_id_season_divis_key","description":"unique or primary key constraint on columns \"competition_event_id\", \"program_id\", \"season_division_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"program_entry\"","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"playerTransfersByToProgramEntryId","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_arr_rel_insert_input","ofType":null}},{"name":"player_academic_statuses","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_arr_rel_insert_input","ofType":null}},{"name":"player_bio_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_arr_rel_insert_input","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_arr_rel_insert_input","ofType":null}},{"name":"player_measurements","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_arr_rel_insert_input","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_arr_rel_insert_input","ofType":null}},{"name":"player_transfers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_arr_rel_insert_input","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"roster_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_arr_rel_insert_input","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_arr_rel_insert_input","ofType":null}},{"name":"team_games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_arr_rel_insert_input","ofType":null}},{"name":"team_group_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_arr_rel_insert_input","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"program_entry_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"program_entry\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_entry_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"program_entry\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_entry_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"program_entry\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_on_conflict","ofType":null}}],"enumValues":[]},{"name":"program_entry_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"program_entry\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"enumValues":[]},{"name":"program_entry_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_entry\".","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"playerTransfersByToProgramEntryId_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_order_by","ofType":null}},{"name":"player_academic_statuses_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_academic_status_aggregate_order_by","ofType":null}},{"name":"player_bio_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bio_observation_aggregate_order_by","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_order_by","ofType":null}},{"name":"player_measurements_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_measurement_aggregate_order_by","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_order_by","ofType":null}},{"name":"player_transfers_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_transfer_aggregate_order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"roster_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_aggregate_order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_order_by","ofType":null}},{"name":"team_games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_aggregate_order_by","ofType":null}},{"name":"team_group_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_aggregate_order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_entry_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: program_entry","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"program_entry_select_column","kind":"ENUM","description":"select columns of table \"program_entry\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_select_column_program_entry_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"program_entry_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"program_entry\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_select_column_program_entry_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"program_entry_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"program_entry\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"program_entry\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"program_entry_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_entry\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_entry_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"display_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"participation_role","description":"member = belongs to the competition season; non_member_opponent = real program appearing only as an out-of-competition opponent.","defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"program_entry_update_column","kind":"ENUM","description":"update columns of table \"program_entry\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"display_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_entry_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"program_event_view","databaseType":"materialized_view","estimatedRows":76404,"description":"One row per canonical program entry, competition event, and optional division, with every team_competition_event metric.","columns":[{"name":"program_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_with_boxscore","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnover_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"block_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participation_role","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_scope_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":74,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":75,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":76,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":77,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":78,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":79,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":80,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":81,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_venue_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":82,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_venue_city","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":83,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_venue_region","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":84,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_venue_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":85,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"division_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":86,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[{"name":"program_event_view_entry_idx","definition":"CREATE INDEX program_event_view_entry_idx ON public.program_event_view USING btree (program_entry_id)"},{"name":"program_event_view_event_idx","definition":"CREATE INDEX program_event_view_event_idx ON public.program_event_view USING btree (competition_event_id, season_division_id)"},{"name":"program_event_view_id_key","definition":"CREATE UNIQUE INDEX program_event_view_id_key ON public.program_event_view USING btree (program_event_id)"},{"name":"program_event_view_program_idx","definition":"CREATE INDEX program_event_view_program_idx ON public.program_event_view USING btree (program_id)"}],"viewDefinition":" SELECT tce.id AS program_event_id,\n    tce.competition_event_id,\n    tce.competition_season_id,\n    tce.season_division_id,\n    tce.program_entry_id,\n    tce.program_id,\n    tce.games_played,\n    tce.games_with_boxscore,\n    tce.total_minutes,\n    tce.total_points,\n    tce.total_rebounds,\n    tce.total_offensive_rebounds,\n    tce.total_defensive_rebounds,\n    tce.total_assists,\n    tce.total_steals,\n    tce.total_blocks,\n    tce.total_turnovers,\n    tce.total_personal_fouls,\n    tce.total_field_goals_made,\n    tce.total_field_goals_attempted,\n    tce.total_free_throws_made,\n    tce.total_free_throws_attempted,\n    tce.total_three_pointers_made,\n    tce.total_three_pointers_attempted,\n    tce.total_two_pointers_made,\n    tce.total_two_pointers_attempted,\n    tce.total_possessions,\n    tce.points_per_game,\n    tce.rebounds_per_game,\n    tce.offensive_rebounds_per_game,\n    tce.defensive_rebounds_per_game,\n    tce.assists_per_game,\n    tce.steals_per_game,\n    tce.blocks_per_game,\n    tce.turnovers_per_game,\n    tce.possessions_per_game,\n    tce.three_pointers_made_per_game,\n    tce.three_pointers_attempted_per_game,\n    tce.two_pointers_made_per_game,\n    tce.two_pointers_attempted_per_game,\n    tce.field_goal_pct,\n    tce.two_point_pct,\n    tce.three_point_pct,\n    tce.free_throw_pct,\n    tce.effective_field_goal_pct,\n    tce.true_shooting_pct,\n    tce.assist_turnover_ratio,\n    tce.points_per_possession,\n    tce.three_point_rating,\n    tce.free_throw_rating,\n    tce.assist_pct,\n    tce.assist_rating,\n    tce.turnover_pct,\n    tce.steal_pct,\n    tce.block_pct,\n    tce.has_boxscore_stats,\n    tce.calculated_at,\n    pr.name AS program_name,\n    pr.gender_code AS program_gender_code,\n    pe.display_name AS program_entry_name,\n    pe.participation_role,\n    o.id AS organization_id,\n    o.name AS organization_name,\n    c.id AS competition_id,\n    c.name AS competition_name,\n    c.gender_code AS competition_gender_code,\n    cl.code AS competition_level_code,\n    cl.display_name AS competition_level_name,\n    cg.code AS competition_geography_code,\n    cg.display_name AS competition_geography_name,\n    cg.geography_type AS competition_geography_type,\n    cg.country_code AS competition_country_code,\n    cg.scope_code AS competition_scope_code,\n    cs.name AS competition_season_name,\n    cs.start_date AS season_start_date,\n    cs.end_date AS season_end_date,\n    ce.name AS event_name,\n    ce.event_type,\n    ce.start_date AS event_start_date,\n    ce.end_date AS event_end_date,\n    ce.venue_id AS event_venue_id,\n    v.name AS event_venue_name,\n    v.city AS event_venue_city,\n    v.region AS event_venue_region,\n    v.country_code AS event_venue_country_code,\n    sd.name AS division_name\n   FROM team_competition_event tce\n     JOIN program pr ON pr.id = tce.program_id\n     JOIN program_entry pe ON pe.id = tce.program_entry_id\n     JOIN competition_event ce ON ce.id = tce.competition_event_id\n     JOIN competition_season cs ON cs.id = tce.competition_season_id\n     JOIN competition c ON c.id = cs.competition_id\n     JOIN organization o ON o.id = c.organization_id\n     LEFT JOIN season_division sd ON sd.id = tce.season_division_id\n     LEFT JOIN competition_level cl ON cl.id = c.competition_level_id\n     LEFT JOIN competition_geography cg ON cg.id = c.competition_geography_id\n     LEFT JOIN venue v ON v.id = ce.venue_id\n  WHERE pr.is_public AND pe.is_public AND ce.is_public AND c.is_public AND cs.is_public AND (sd.id IS NULL OR sd.is_public) AND NOT (EXISTS ( SELECT 1\n           FROM identity.entity_redirect er\n          WHERE er.entity_type = 'program'::text AND er.retired_entity_id = pr.id));","fields":[{"name":"assist_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assist_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assist_turnover_ratio","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"block_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"block_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"calculated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":72,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":66,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":69,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":70,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_geography_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":71,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":64,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_level_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":67,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_level_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":68,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":65,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_scope_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_scope_code","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":73,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":74,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"division_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"division_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":86,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"effective_field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"event_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":80,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"event_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":77,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"event_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":79,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"event_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":78,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_venue_city","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"event_venue_city","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":83,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_venue_country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"event_venue_country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":85,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_venue_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"event_venue_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":81,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_venue_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"event_venue_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":82,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_venue_region","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"event_venue_region","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":84,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_with_boxscore","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"games_with_boxscore","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"has_boxscore_stats","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":62,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":63,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participation_role","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"participation_role","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":61,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_possession","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":60,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"program_gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":59,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":58,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":76,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"season_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":75,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"true_shooting_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnover_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnover_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"program_event_view","description":"fetch data from the table: \"program_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_event_view","ofType":null}}}}},{"name":"program_event_view_aggregate","description":"fetch aggregated fields from the table: \"program_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_event_view_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"program_event_view","description":"fetch data from the table: \"program_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_event_view","ofType":null}}}}},{"name":"program_event_view_aggregate","description":"fetch aggregated fields from the table: \"program_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_event_view_aggregate","ofType":null}}},{"name":"program_event_view_stream","description":"fetch data from the table in a streaming manner: \"program_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_event_view","ofType":null}}}}}]},"inputTypes":[{"name":"program_event_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_event_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_bool_exp","ofType":null}}}},{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_venue_city","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_venue_country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"event_venue_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_venue_region","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"program_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_event_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_event_view\".","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_city","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_venue_region","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_event_view_select_column","kind":"ENUM","description":"select columns of table \"program_event_view\"","fields":[],"enumValues":[{"name":"assist_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"block_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_scope_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_city","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_venue_region","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_with_boxscore","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnover_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_event_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_event_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_event_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_event_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"competition_geography_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_geography_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_level_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_level_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_scope_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_venue_city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_venue_country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"event_venue_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"event_venue_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_venue_region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"season_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"season_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"program_view","databaseType":"materialized_view","estimatedRows":28986,"description":"One row per nonredirected canonical public program. Competition levels, geographies, and organizations are arrays because a stable program can participate in several contexts.","columns":[{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"city","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"region","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"aliases","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"first_competition_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"last_competition_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"game_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_level_codes","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_geography_codes","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_names","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[{"name":"program_view_country_idx","definition":"CREATE INDEX program_view_country_idx ON public.program_view USING btree (country_code)"},{"name":"program_view_gender_idx","definition":"CREATE INDEX program_view_gender_idx ON public.program_view USING btree (gender_code)"},{"name":"program_view_name_idx","definition":"CREATE INDEX program_view_name_idx ON public.program_view USING btree (program_name)"},{"name":"program_view_program_id_key","definition":"CREATE UNIQUE INDEX program_view_program_id_key ON public.program_view USING btree (program_id)"}],"viewDefinition":" WITH canonical_program AS MATERIALIZED (\n         SELECT p_1.id,\n            p_1.name,\n            p_1.gender_code,\n            p_1.city,\n            p_1.region,\n            p_1.country_code,\n            p_1.is_public,\n            p_1.created_at,\n            p_1.updated_at\n           FROM program p_1\n          WHERE p_1.is_public AND NOT (EXISTS ( SELECT 1\n                   FROM identity.entity_redirect er\n                  WHERE er.entity_type = 'program'::text AND er.retired_entity_id = p_1.id))\n        ), alias_summary AS MATERIALIZED (\n         SELECT program_alias.program_id,\n            array_agg(DISTINCT program_alias.alias ORDER BY program_alias.alias) AS aliases\n           FROM program_alias\n          GROUP BY program_alias.program_id\n        ), entry_summary AS MATERIALIZED (\n         SELECT pe.program_id,\n            count(DISTINCT pe.id)::integer AS program_entry_count,\n            count(DISTINCT c.id)::integer AS competition_count,\n            count(DISTINCT cs.id)::integer AS competition_season_count,\n            min(COALESCE(cs.start_date, cs.end_date)) AS first_competition_date,\n            max(COALESCE(cs.end_date, cs.start_date)) AS last_competition_date,\n            array_agg(DISTINCT cl.code ORDER BY cl.code) FILTER (WHERE cl.code IS NOT NULL) AS competition_level_codes,\n            array_agg(DISTINCT cg.code ORDER BY cg.code) FILTER (WHERE cg.code IS NOT NULL) AS competition_geography_codes,\n            array_agg(DISTINCT o.name ORDER BY o.name) FILTER (WHERE o.name IS NOT NULL) AS organization_names\n           FROM program_entry pe\n             JOIN competition_season cs ON cs.id = pe.competition_season_id\n             JOIN competition c ON c.id = cs.competition_id\n             JOIN organization o ON o.id = c.organization_id\n             LEFT JOIN competition_level cl ON cl.id = c.competition_level_id\n             LEFT JOIN competition_geography cg ON cg.id = c.competition_geography_id\n          GROUP BY pe.program_id\n        ), program_event AS MATERIALIZED (\n         SELECT pe.program_id,\n            pe.competition_event_id\n           FROM program_entry pe\n          WHERE pe.competition_event_id IS NOT NULL\n        UNION\n         SELECT tce.program_id,\n            tce.competition_event_id\n           FROM team_competition_event tce\n        ), event_summary AS MATERIALIZED (\n         SELECT program_event.program_id,\n            count(*)::integer AS event_count\n           FROM program_event\n          GROUP BY program_event.program_id\n        ), game_summary AS MATERIALIZED (\n         SELECT team_game_resolved.resolved_program_id AS program_id,\n            count(DISTINCT team_game_resolved.game_id)::integer AS game_count\n           FROM team_game_resolved\n          WHERE team_game_resolved.resolved_program_id IS NOT NULL\n          GROUP BY team_game_resolved.resolved_program_id\n        ), player_program AS MATERIALIZED (\n         SELECT pe.program_id,\n            rm.player_id\n           FROM roster_membership rm\n             JOIN program_entry pe ON pe.id = rm.program_entry_id\n        UNION\n         SELECT pce.program_id,\n            pce.player_id\n           FROM player_competition_event pce\n        ), player_summary AS MATERIALIZED (\n         SELECT player_program.program_id,\n            count(*)::integer AS player_count\n           FROM player_program\n          GROUP BY player_program.program_id\n        )\n SELECT p.id AS program_id,\n    p.name AS program_name,\n    p.gender_code,\n    p.city,\n    p.region,\n    p.country_code,\n    COALESCE(a.aliases, ARRAY[]::text[]) AS aliases,\n    es.first_competition_date,\n    es.last_competition_date,\n    COALESCE(es.competition_count, 0) AS competition_count,\n    COALESCE(es.competition_season_count, 0) AS competition_season_count,\n    COALESCE(ev.event_count, 0) AS event_count,\n    COALESCE(es.program_entry_count, 0) AS program_entry_count,\n    COALESCE(gs.game_count, 0) AS game_count,\n    COALESCE(ps.player_count, 0) AS player_count,\n    COALESCE(es.competition_level_codes, ARRAY[]::text[]) AS competition_level_codes,\n    COALESCE(es.competition_geography_codes, ARRAY[]::text[]) AS competition_geography_codes,\n    COALESCE(es.organization_names, ARRAY[]::text[]) AS organization_names,\n    p.is_public\n   FROM canonical_program p\n     LEFT JOIN alias_summary a ON a.program_id = p.id\n     LEFT JOIN entry_summary es ON es.program_id = p.id\n     LEFT JOIN event_summary ev ON ev.program_id = p.id\n     LEFT JOIN game_summary gs ON gs.program_id = p.id\n     LEFT JOIN player_summary ps ON ps.program_id = p.id;","fields":[{"name":"aliases","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"arguments":[],"source":"column","column":{"name":"aliases","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"city","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"city","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_geography_codes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"arguments":[],"source":"column","column":{"name":"competition_geography_codes","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_level_codes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"arguments":[],"source":"column","column":{"name":"competition_level_codes","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"event_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"first_competition_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"first_competition_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"game_count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"game_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"gender_code","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"last_competition_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"last_competition_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_names","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}},"arguments":[],"source":"column","column":{"name":"organization_names","type":"text[]","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"player_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_count","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_count","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"region","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"region","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"program_view","description":"fetch data from the table: \"program_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_view","ofType":null}}}}},{"name":"program_view_aggregate","description":"fetch aggregated fields from the table: \"program_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_view_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"program_view","description":"fetch data from the table: \"program_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_view","ofType":null}}}}},{"name":"program_view_aggregate","description":"fetch aggregated fields from the table: \"program_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_view_aggregate","ofType":null}}},{"name":"program_view_stream","description":"fetch data from the table in a streaming manner: \"program_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_view","ofType":null}}}}}]},"inputTypes":[{"name":"program_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"program_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_bool_exp","ofType":null}}}},{"name":"aliases","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"city","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"competition_geography_codes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"competition_level_codes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"competition_season_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"event_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"first_competition_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"game_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"last_competition_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"organization_names","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_array_comparison_exp","ofType":null}},{"name":"player_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"program_entry_count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"program_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"program_view\".","fields":[{"name":"aliases","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"city","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_geography_codes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_level_codes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"first_competition_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"last_competition_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_names","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"program_view_select_column","kind":"ENUM","description":"select columns of table \"program_view\"","fields":[],"enumValues":[{"name":"aliases","description":"column name","deprecated":false,"deprecationReason":null},{"name":"city","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_geography_codes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_level_codes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"first_competition_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"last_competition_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_names","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_count","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"region","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"program_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"program_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"program_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"aliases","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"competition_geography_codes","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"competition_level_codes","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"competition_season_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"event_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"first_competition_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"game_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"last_competition_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"organization_names","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}}}},{"name":"player_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"program_entry_count","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"recruit_ranking_release","databaseType":"table","estimatedRows":2355,"description":null,"columns":[{"name":"id","type":"uuid","checks":[{"name":"recruit_ranking_release_provider_check","definition":"CHECK (provider = lower(btrim(provider)) AND btrim(provider) <> ''::text)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_position_observation","column":"recruit_ranking_release_id","schema":"public","constraint":"player_position_observation_recruit_ranking_release_id_fkey"},{"table":"player_recruit_ranking","column":"recruit_ranking_release_id","schema":"public","constraint":"player_recruit_ranking_recruit_ranking_release_id_fkey"}]},{"name":"provider","type":"text","checks":[{"name":"recruit_ranking_release_provider_check","definition":"CHECK (provider = lower(btrim(provider)) AND btrim(provider) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"list_name","type":"text","checks":[{"name":"recruit_ranking_release_list_name_check","definition":"CHECK (btrim(list_name) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gender_code","type":"character(1)","checks":[{"name":"recruit_ranking_release_gender_code_check","definition":"CHECK (gender_code = ANY (ARRAY['M'::bpchar, 'F'::bpchar]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"class_year","type":"smallint","checks":[{"name":"recruit_ranking_release_class_year_check","definition":"CHECK (class_year >= 1900 AND class_year <= 2200)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"recorded_date","type":"date","checks":[{"name":"recruit_ranking_release_check","definition":"CHECK (recorded_date IS NOT NULL OR NULLIF(btrim(release_label), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"release_label","type":"text","checks":[{"name":"recruit_ranking_release_check","definition":"CHECK (recorded_date IS NOT NULL OR NULLIF(btrim(release_label), ''::text) IS NOT NULL)"},{"name":"recruit_ranking_release_release_label_check","definition":"CHECK (release_label IS NULL OR NULLIF(btrim(release_label), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"recruit_ranking_release_check","type":"check","definition":"CHECK (recorded_date IS NOT NULL OR NULLIF(btrim(release_label), ''::text) IS NOT NULL)"},{"name":"recruit_ranking_release_class_year_check","type":"check","definition":"CHECK (class_year >= 1900 AND class_year <= 2200)"},{"name":"recruit_ranking_release_gender_code_check","type":"check","definition":"CHECK (gender_code = ANY (ARRAY['M'::bpchar, 'F'::bpchar]))"},{"name":"recruit_ranking_release_list_name_check","type":"check","definition":"CHECK (btrim(list_name) <> ''::text)"},{"name":"recruit_ranking_release_provider_check","type":"check","definition":"CHECK (provider = lower(btrim(provider)) AND btrim(provider) <> ''::text)"},{"name":"recruit_ranking_release_release_label_check","type":"check","definition":"CHECK (release_label IS NULL OR NULLIF(btrim(release_label), ''::text) IS NOT NULL)"},{"name":"recruit_ranking_release_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"recruit_ranking_release_provider_list_name_gender_code_clas_key","type":"unique","definition":"UNIQUE NULLS NOT DISTINCT (provider, list_name, gender_code, class_year, recorded_date, release_label)"}],"indexes":[{"name":"recruit_ranking_release_pkey","definition":"CREATE UNIQUE INDEX recruit_ranking_release_pkey ON public.recruit_ranking_release USING btree (id)"},{"name":"recruit_ranking_release_provider_class_idx","definition":"CREATE INDEX recruit_ranking_release_provider_class_idx ON public.recruit_ranking_release USING btree (provider, gender_code, class_year, recorded_date DESC)"},{"name":"recruit_ranking_release_provider_list_name_gender_code_clas_key","definition":"CREATE UNIQUE INDEX recruit_ranking_release_provider_list_name_gender_code_clas_key ON public.recruit_ranking_release USING btree (provider, list_name, gender_code, class_year, recorded_date, release_label) NULLS NOT DISTINCT"}],"viewDefinition":null,"fields":[{"name":"class_year","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"smallint","ofType":null}},"arguments":[],"source":"column","column":{"name":"class_year","type":"smallint","checks":[{"name":"recruit_ranking_release_class_year_check","definition":"CHECK (class_year >= 1900 AND class_year <= 2200)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gender_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"bpchar","ofType":null}},"arguments":[],"source":"column","column":{"name":"gender_code","type":"character(1)","checks":[{"name":"recruit_ranking_release_gender_code_check","definition":"CHECK (gender_code = ANY (ARRAY['M'::bpchar, 'F'::bpchar]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[{"name":"recruit_ranking_release_provider_check","definition":"CHECK (provider = lower(btrim(provider)) AND btrim(provider) <> ''::text)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_position_observation","column":"recruit_ranking_release_id","schema":"public","constraint":"player_position_observation_recruit_ranking_release_id_fkey"},{"table":"player_recruit_ranking","column":"recruit_ranking_release_id","schema":"public","constraint":"player_recruit_ranking_recruit_ranking_release_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"list_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"list_name","type":"text","checks":[{"name":"recruit_ranking_release_list_name_check","definition":"CHECK (btrim(list_name) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_position_observations","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_position_observations","using":{"foreign_key_constraint_on":{"column":"recruit_ranking_release_id","table":{"name":"player_position_observation","schema":"public"}}}}},{"name":"player_position_observations_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_position_observation_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_position_observation_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_position_observation_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_recruit_rankings","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_ranking","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_recruit_rankings","using":{"foreign_key_constraint_on":{"column":"recruit_ranking_release_id","table":{"name":"player_recruit_ranking","schema":"public"}}}}},{"name":"player_recruit_rankings_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_recruit_ranking_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_recruit_ranking_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"provider","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"provider","type":"text","checks":[{"name":"recruit_ranking_release_provider_check","definition":"CHECK (provider = lower(btrim(provider)) AND btrim(provider) <> ''::text)"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"recorded_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"recorded_date","type":"date","checks":[{"name":"recruit_ranking_release_check","definition":"CHECK (recorded_date IS NOT NULL OR NULLIF(btrim(release_label), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"release_label","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"release_label","type":"text","checks":[{"name":"recruit_ranking_release_check","definition":"CHECK (recorded_date IS NOT NULL OR NULLIF(btrim(release_label), ''::text) IS NOT NULL)"},{"name":"recruit_ranking_release_release_label_check","definition":"CHECK (release_label IS NULL OR NULLIF(btrim(release_label), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_url","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_url","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[{"name":"player_position_observations","using":{"foreign_key_constraint_on":{"column":"recruit_ranking_release_id","table":{"name":"player_position_observation","schema":"public"}}}},{"name":"player_recruit_rankings","using":{"foreign_key_constraint_on":{"column":"recruit_ranking_release_id","table":{"name":"player_recruit_ranking","schema":"public"}}}}]},"operations":{"query":[{"name":"recruit_ranking_release","description":"fetch data from the table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"recruit_ranking_release_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"recruit_ranking_release","ofType":null}}}}},{"name":"recruit_ranking_release_aggregate","description":"fetch aggregated fields from the table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"recruit_ranking_release_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"recruit_ranking_release_aggregate","ofType":null}}},{"name":"recruit_ranking_release_by_pk","description":"fetch data from the table: \"recruit_ranking_release\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"recruit_ranking_release","ofType":null}}],"mutation":[{"name":"delete_recruit_ranking_release","description":"delete data from the table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"recruit_ranking_release_mutation_response","ofType":null}},{"name":"delete_recruit_ranking_release_by_pk","description":"delete single row from the table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"recruit_ranking_release","ofType":null}},{"name":"insert_recruit_ranking_release","description":"insert data into the table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"recruit_ranking_release_mutation_response","ofType":null}},{"name":"insert_recruit_ranking_release_one","description":"insert a single row into the table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"recruit_ranking_release","ofType":null}},{"name":"update_recruit_ranking_release","description":"update data of the table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"recruit_ranking_release_mutation_response","ofType":null}},{"name":"update_recruit_ranking_release_by_pk","description":"update single row of the table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"recruit_ranking_release","ofType":null}},{"name":"update_recruit_ranking_release_many","description":"update multiples rows of table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"recruit_ranking_release_mutation_response","ofType":null}}}],"subscription":[{"name":"recruit_ranking_release","description":"fetch data from the table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"recruit_ranking_release_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"recruit_ranking_release","ofType":null}}}}},{"name":"recruit_ranking_release_aggregate","description":"fetch aggregated fields from the table: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"recruit_ranking_release_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"recruit_ranking_release_aggregate","ofType":null}}},{"name":"recruit_ranking_release_by_pk","description":"fetch data from the table: \"recruit_ranking_release\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"recruit_ranking_release","ofType":null}},{"name":"recruit_ranking_release_stream","description":"fetch data from the table in a streaming manner: \"recruit_ranking_release\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"recruit_ranking_release","ofType":null}}}}}]},"inputTypes":[{"name":"recruit_ranking_release_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"recruit_ranking_release\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"list_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_bool_exp","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_bool_exp","ofType":null}},{"name":"player_recruit_rankings","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_bool_exp","ofType":null}},{"name":"player_recruit_rankings_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_aggregate_bool_exp","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"recorded_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"release_label","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"recruit_ranking_release_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"recruit_ranking_release\"","fields":[],"enumValues":[{"name":"recruit_ranking_release_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"recruit_ranking_release_provider_list_name_gender_code_clas_key","description":"unique or primary key constraint on columns \"provider\", \"gender_code\", \"recorded_date\", \"class_year\", \"release_label\", \"list_name\"","deprecated":false,"deprecationReason":null}]},{"name":"recruit_ranking_release_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"recruit_ranking_release\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}}],"enumValues":[]},{"name":"recruit_ranking_release_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"recruit_ranking_release\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"list_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_position_observations","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_arr_rel_insert_input","ofType":null}},{"name":"player_recruit_rankings","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_arr_rel_insert_input","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"recorded_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"release_label","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"recruit_ranking_release_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"recruit_ranking_release\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_on_conflict","ofType":null}}],"enumValues":[]},{"name":"recruit_ranking_release_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"recruit_ranking_release\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"recruit_ranking_release_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"recruit_ranking_release_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}],"enumValues":[]},{"name":"recruit_ranking_release_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"recruit_ranking_release\".","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"list_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_position_observations_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_position_observation_aggregate_order_by","ofType":null}},{"name":"player_recruit_rankings_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_recruit_ranking_aggregate_order_by","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"recorded_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"release_label","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"recruit_ranking_release_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: recruit_ranking_release","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"recruit_ranking_release_select_column","kind":"ENUM","description":"select columns of table \"recruit_ranking_release\"","fields":[],"enumValues":[{"name":"class_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"list_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"provider","description":"column name","deprecated":false,"deprecationReason":null},{"name":"recorded_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"release_label","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"recruit_ranking_release_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"recruit_ranking_release\"","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"list_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"recorded_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"release_label","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"recruit_ranking_release_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"recruit_ranking_release\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"recruit_ranking_release_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"gender_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"list_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"provider","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"recorded_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"release_label","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"source_url","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"recruit_ranking_release_update_column","kind":"ENUM","description":"update columns of table \"recruit_ranking_release\"","fields":[],"enumValues":[{"name":"class_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"list_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"provider","description":"column name","deprecated":false,"deprecationReason":null},{"name":"recorded_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"release_label","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_url","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"recruit_ranking_release_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"recruit_ranking_release_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"roster_event_view","databaseType":"materialized_view","estimatedRows":905639,"description":"One row per canonical player rostered or statistically present for a program entry in a competition event. Evidence-source internals are intentionally omitted.","columns":[{"name":"event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"event_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"division_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participation_role","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"gender","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"position","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"class","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"class_year","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"birthdate","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"height_in","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"weight_lbs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"high_school","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"hometown","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participation_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[{"name":"roster_event_view_event_idx","definition":"CREATE INDEX roster_event_view_event_idx ON public.roster_event_view USING btree (event_id, division_id)"},{"name":"roster_event_view_key","definition":"CREATE UNIQUE INDEX roster_event_view_key ON public.roster_event_view USING btree (event_id, player_id, program_entry_id, division_id) NULLS NOT DISTINCT"},{"name":"roster_event_view_player_idx","definition":"CREATE INDEX roster_event_view_player_idx ON public.roster_event_view USING btree (player_id)"},{"name":"roster_event_view_program_idx","definition":"CREATE INDEX roster_event_view_program_idx ON public.roster_event_view USING btree (program_id, event_id)"}],"viewDefinition":" WITH roster_choice AS MATERIALIZED (\n         SELECT ranked.player_id,\n            ranked.program_entry_id,\n            ranked.jersey_number,\n            ranked.participation_status\n           FROM ( SELECT rm.id,\n                    rm.player_id,\n                    rm.program_entry_id,\n                    rm.jersey_number,\n                    rm.participation_status,\n                    rm.evidence_type,\n                    rm.created_at,\n                    row_number() OVER (PARTITION BY rm.player_id, rm.program_entry_id ORDER BY (NULLIF(btrim(rm.participation_status), ''::text) IS NOT NULL) DESC, (NULLIF(btrim(rm.jersey_number), ''::text) IS NOT NULL) DESC, rm.created_at DESC, rm.id) AS choice_rank\n                   FROM roster_membership rm) ranked\n          WHERE ranked.choice_rank = 1\n        ), event_roster AS MATERIALIZED (\n         SELECT pce.competition_event_id,\n            pce.competition_season_id,\n            pce.season_division_id,\n            pce.player_id,\n            pce.program_entry_id,\n            pce.program_id,\n            COALESCE(NULLIF(btrim(pce.jersey_number), ''::text), rc.jersey_number) AS jersey_number,\n            rc.participation_status,\n            pce.games_played,\n            pce.has_boxscore_stats\n           FROM player_competition_event pce\n             LEFT JOIN roster_choice rc ON rc.player_id = pce.player_id AND rc.program_entry_id = pce.program_entry_id\n        UNION ALL\n         SELECT pe_1.competition_event_id,\n            pe_1.competition_season_id,\n            pe_1.season_division_id,\n            rc.player_id,\n            rc.program_entry_id,\n            pe_1.program_id,\n            rc.jersey_number,\n            rc.participation_status,\n            0 AS games_played,\n            false AS has_boxscore_stats\n           FROM roster_choice rc\n             JOIN program_entry pe_1 ON pe_1.id = rc.program_entry_id\n          WHERE pe_1.competition_event_id IS NOT NULL AND NOT (EXISTS ( SELECT 1\n                   FROM player_competition_event pce\n                  WHERE pce.competition_event_id = pe_1.competition_event_id AND pce.player_id = rc.player_id AND pce.program_entry_id = rc.program_entry_id AND NOT pce.season_division_id IS DISTINCT FROM pe_1.season_division_id))\n        )\n SELECT er.competition_event_id AS event_id,\n    ce.name AS event_name,\n    ce.event_type,\n    ce.start_date AS event_start_date,\n    ce.end_date AS event_end_date,\n    c.organization_id,\n    o.name AS organization_name,\n    c.id AS competition_id,\n    c.name AS competition_name,\n    er.competition_season_id,\n    cs.name AS competition_season_name,\n    er.season_division_id AS division_id,\n    sd.name AS division_name,\n    er.program_id,\n    pr.name AS program_name,\n    er.program_entry_id,\n    COALESCE(pe.display_name, pr.name) AS program_entry_name,\n    pe.participation_role,\n    er.player_id,\n    po.\"Player_Name\" AS player_name,\n    po.\"Gender\" AS gender,\n    po.\"Position\" AS \"position\",\n    po.\"Class\" AS class,\n    po.\"Class_Year\" AS class_year,\n    po.\"Birthdate\" AS birthdate,\n    po.\"Height_in\" AS height_in,\n    po.\"Weight_lbs\" AS weight_lbs,\n    po.\"High_School\" AS high_school,\n    po.\"Hometown\" AS hometown,\n    er.jersey_number,\n    er.participation_status,\n    er.games_played,\n    er.has_boxscore_stats\n   FROM event_roster er\n     JOIN player_overview po ON po.\"Player_ID\" = er.player_id\n     JOIN competition_event ce ON ce.id = er.competition_event_id\n     JOIN competition_season cs ON cs.id = er.competition_season_id\n     JOIN competition c ON c.id = cs.competition_id\n     JOIN organization o ON o.id = c.organization_id\n     JOIN program pr ON pr.id = er.program_id\n     JOIN program_entry pe ON pe.id = er.program_entry_id\n     LEFT JOIN season_division sd ON sd.id = er.season_division_id\n  WHERE ce.is_public AND cs.is_public AND c.is_public AND pr.is_public AND pe.is_public;","fields":[{"name":"birthdate","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"birthdate","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"class","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"class","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"class_year","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"class_year","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"division_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"division_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_end_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"event_end_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"event_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_start_date","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"event_start_date","type":"date","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"event_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"event_type","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"gender","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"gender","type":"character(1)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"has_boxscore_stats","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"height_in","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"height_in","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"high_school","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"high_school","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"hometown","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"hometown","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"jersey_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"organization_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"organization_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participation_role","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"participation_role","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participation_status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"participation_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"player_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"position","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"position","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"program_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"weight_lbs","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"weight_lbs","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"roster_event_view","description":"fetch data from the table: \"roster_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_event_view","ofType":null}}}}},{"name":"roster_event_view_aggregate","description":"fetch aggregated fields from the table: \"roster_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_event_view_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"roster_event_view","description":"fetch data from the table: \"roster_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_event_view","ofType":null}}}}},{"name":"roster_event_view_aggregate","description":"fetch aggregated fields from the table: \"roster_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_event_view_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_event_view_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_event_view_aggregate","ofType":null}}},{"name":"roster_event_view_stream","description":"fetch data from the table in a streaming manner: \"roster_event_view\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_event_view_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_event_view_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_event_view","ofType":null}}}}}]},"inputTypes":[{"name":"roster_event_view_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"roster_event_view\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_event_view_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_event_view_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_event_view_bool_exp","ofType":null}}}},{"name":"birthdate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"class","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"high_school","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"position","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"weight_lbs","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"roster_event_view_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"roster_event_view\".","fields":[{"name":"birthdate","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"class","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"high_school","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"position","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"weight_lbs","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"roster_event_view_select_column","kind":"ENUM","description":"select columns of table \"roster_event_view\"","fields":[],"enumValues":[{"name":"birthdate","description":"column name","deprecated":false,"deprecationReason":null},{"name":"class","description":"column name","deprecated":false,"deprecationReason":null},{"name":"class_year","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"division_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_end_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_start_date","description":"column name","deprecated":false,"deprecationReason":null},{"name":"event_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"gender","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"height_in","description":"column name","deprecated":false,"deprecationReason":null},{"name":"high_school","description":"column name","deprecated":false,"deprecationReason":null},{"name":"hometown","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"organization_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_role","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"position","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"weight_lbs","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"roster_event_view_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"roster_event_view\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_event_view_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"roster_event_view_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"birthdate","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"class","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"class_year","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"competition_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"division_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_end_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"event_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"event_start_date","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"event_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"gender","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"height_in","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"high_school","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"hometown","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"organization_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"organization_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"participation_role","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"player_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"position","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"weight_lbs","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"roster_membership","databaseType":"table","estimatedRows":892993,"description":null,"columns":[{"name":"id","type":"uuid","checks":[{"name":"roster_membership_evidence_type_check","definition":"CHECK (evidence_type = ANY (ARRAY['legacy_event_roster'::text, 'player_game_appearance'::text, 'legacy_player_team'::text]))"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"roster_membership_player_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"roster_membership_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participation_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"evidence_type","type":"text","checks":[{"name":"roster_membership_evidence_type_check","definition":"CHECK (evidence_type = ANY (ARRAY['legacy_event_roster'::text, 'player_game_appearance'::text, 'legacy_player_team'::text]))"}],"unique":false,"comment":null,"default":"'legacy_event_roster'::text","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"roster_membership_evidence_type_check","type":"check","definition":"CHECK (evidence_type = ANY (ARRAY['legacy_event_roster'::text, 'player_game_appearance'::text, 'legacy_player_team'::text]))"},{"name":"roster_membership_player_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (player_id) REFERENCES player(id)"},{"name":"roster_membership_program_entry_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_entry_id) REFERENCES program_entry(id)"},{"name":"roster_membership_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"roster_membership_entry_idx","definition":"CREATE INDEX roster_membership_entry_idx ON public.roster_membership USING btree (program_entry_id)"},{"name":"roster_membership_pkey","definition":"CREATE UNIQUE INDEX roster_membership_pkey ON public.roster_membership USING btree (id)"},{"name":"roster_membership_player_idx","definition":"CREATE INDEX roster_membership_player_idx ON public.roster_membership USING btree (player_id)"}],"viewDefinition":null,"fields":[{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"evidence_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"evidence_type","type":"text","checks":[{"name":"roster_membership_evidence_type_check","definition":"CHECK (evidence_type = ANY (ARRAY['legacy_event_roster'::text, 'player_game_appearance'::text, 'legacy_player_team'::text]))"}],"unique":false,"comment":null,"default":"'legacy_event_roster'::text","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[{"name":"roster_membership_evidence_type_check","definition":"CHECK (evidence_type = ANY (ARRAY['legacy_event_roster'::text, 'player_game_appearance'::text, 'legacy_player_team'::text]))"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"jersey_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"jersey_number","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participation_status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"participation_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"player","using":{"foreign_key_constraint_on":"player_id"}}},{"name":"player_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"player_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"player","column":"id","schema":"public","constraint":"roster_membership_player_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"roster_membership_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"player","using":{"foreign_key_constraint_on":"player_id"}},{"name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}],"array":[]},"operations":{"query":[{"name":"roster_membership","description":"fetch data from the table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_membership","ofType":null}}}}},{"name":"roster_membership_aggregate","description":"fetch aggregated fields from the table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_membership_aggregate","ofType":null}}},{"name":"roster_membership_by_pk","description":"fetch data from the table: \"roster_membership\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"roster_membership","ofType":null}}],"mutation":[{"name":"delete_roster_membership","description":"delete data from the table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"roster_membership_mutation_response","ofType":null}},{"name":"delete_roster_membership_by_pk","description":"delete single row from the table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"roster_membership","ofType":null}},{"name":"insert_roster_membership","description":"insert data into the table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"roster_membership_mutation_response","ofType":null}},{"name":"insert_roster_membership_one","description":"insert a single row into the table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"roster_membership","ofType":null}},{"name":"update_roster_membership","description":"update data of the table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"roster_membership_mutation_response","ofType":null}},{"name":"update_roster_membership_by_pk","description":"update single row of the table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"roster_membership","ofType":null}},{"name":"update_roster_membership_many","description":"update multiples rows of table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"roster_membership_mutation_response","ofType":null}}}],"subscription":[{"name":"roster_membership","description":"fetch data from the table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_membership","ofType":null}}}}},{"name":"roster_membership_aggregate","description":"fetch aggregated fields from the table: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_membership_aggregate","ofType":null}}},{"name":"roster_membership_by_pk","description":"fetch data from the table: \"roster_membership\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"roster_membership","ofType":null}},{"name":"roster_membership_stream","description":"fetch data from the table in a streaming manner: \"roster_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"roster_membership","ofType":null}}}}}]},"inputTypes":[{"name":"roster_membership_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"roster_membership_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"roster_membership_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"roster_membership\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_min_order_by","ofType":null}}],"enumValues":[]},{"name":"roster_membership_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"roster_membership\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_on_conflict","ofType":null}}],"enumValues":[]},{"name":"roster_membership_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"roster_membership\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"evidence_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_bool_exp","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"roster_membership_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"roster_membership\"","fields":[],"enumValues":[{"name":"roster_membership_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"roster_membership_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"roster_membership\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"evidence_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_obj_rel_insert_input","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"roster_membership_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"roster_membership\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"evidence_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"roster_membership_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"roster_membership\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"evidence_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"roster_membership_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"roster_membership\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"roster_membership_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}],"enumValues":[]},{"name":"roster_membership_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"roster_membership\".","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"evidence_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_order_by","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"roster_membership_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: roster_membership","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"roster_membership_select_column","kind":"ENUM","description":"select columns of table \"roster_membership\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"evidence_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"roster_membership_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"roster_membership\"","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"evidence_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"roster_membership_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"roster_membership\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"roster_membership_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"evidence_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"jersey_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"participation_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"roster_membership_update_column","kind":"ENUM","description":"update columns of table \"roster_membership\"","fields":[],"enumValues":[{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"evidence_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"jersey_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participation_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"player_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"roster_membership_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"roster_membership_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"roster_membership_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"season_division","databaseType":"table","estimatedRows":2484,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"game_event","column":"season_division_id","schema":"public","constraint":"game_event_season_division_id_competition_season_id_fkey"},{"table":"player_competition_event","column":"season_division_id","schema":"public","constraint":"player_competition_event_season_division_id_competition_se_fkey"},{"table":"player_competition_season","column":"season_division_id","schema":"public","constraint":"player_competition_season_season_division_id_competition_s_fkey"},{"table":"program_entry","column":"season_division_id","schema":"public","constraint":"program_entry_season_division_id_competition_season_id_fkey"},{"table":"team_competition_event","column":"season_division_id","schema":"public","constraint":"team_competition_event_season_division_id_competition_seas_fkey"},{"table":"team_competition_season","column":"season_division_id","schema":"public","constraint":"team_competition_season_season_division_id_competition_sea_fkey"},{"table":"team_group","column":"season_division_id","schema":"public","constraint":"team_group_season_division_id_competition_season_id_fkey"}]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"season_division_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"game_event","column":"competition_season_id","schema":"public","constraint":"game_event_season_division_id_competition_season_id_fkey"},{"table":"player_competition_event","column":"competition_season_id","schema":"public","constraint":"player_competition_event_season_division_id_competition_se_fkey"},{"table":"player_competition_season","column":"competition_season_id","schema":"public","constraint":"player_competition_season_season_division_id_competition_s_fkey"},{"table":"program_entry","column":"competition_season_id","schema":"public","constraint":"program_entry_season_division_id_competition_season_id_fkey"},{"table":"team_competition_event","column":"competition_season_id","schema":"public","constraint":"team_competition_event_season_division_id_competition_seas_fkey"},{"table":"team_competition_season","column":"competition_season_id","schema":"public","constraint":"team_competition_season_season_division_id_competition_sea_fkey"},{"table":"team_group","column":"competition_season_id","schema":"public","constraint":"team_group_season_division_id_competition_season_id_fkey"}]},{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"season_division_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id) DEFERRABLE"},{"name":"season_division_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"season_division_competition_season_id_name_key","type":"unique","definition":"UNIQUE (competition_season_id, name)"},{"name":"season_division_id_competition_season_id_key","type":"unique","definition":"UNIQUE (id, competition_season_id)"}],"indexes":[{"name":"season_division_competition_season_id_name_key","definition":"CREATE UNIQUE INDEX season_division_competition_season_id_name_key ON public.season_division USING btree (competition_season_id, name)"},{"name":"season_division_id_competition_season_id_key","definition":"CREATE UNIQUE INDEX season_division_id_competition_season_id_key ON public.season_division USING btree (id, competition_season_id)"},{"name":"season_division_pkey","definition":"CREATE UNIQUE INDEX season_division_pkey ON public.season_division USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"season_division_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"game_event","column":"competition_season_id","schema":"public","constraint":"game_event_season_division_id_competition_season_id_fkey"},{"table":"player_competition_event","column":"competition_season_id","schema":"public","constraint":"player_competition_event_season_division_id_competition_se_fkey"},{"table":"player_competition_season","column":"competition_season_id","schema":"public","constraint":"player_competition_season_season_division_id_competition_s_fkey"},{"table":"program_entry","column":"competition_season_id","schema":"public","constraint":"program_entry_season_division_id_competition_season_id_fkey"},{"table":"team_competition_event","column":"competition_season_id","schema":"public","constraint":"team_competition_event_season_division_id_competition_seas_fkey"},{"table":"team_competition_season","column":"competition_season_id","schema":"public","constraint":"team_competition_season_season_division_id_competition_sea_fkey"},{"table":"team_group","column":"competition_season_id","schema":"public","constraint":"team_group_season_division_id_competition_season_id_fkey"}]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"game_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"game_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"game_event","schema":"public"}}}}},{"name":"game_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"game_event","column":"season_division_id","schema":"public","constraint":"game_event_season_division_id_competition_season_id_fkey"},{"table":"player_competition_event","column":"season_division_id","schema":"public","constraint":"player_competition_event_season_division_id_competition_se_fkey"},{"table":"player_competition_season","column":"season_division_id","schema":"public","constraint":"player_competition_season_season_division_id_competition_s_fkey"},{"table":"program_entry","column":"season_division_id","schema":"public","constraint":"program_entry_season_division_id_competition_season_id_fkey"},{"table":"team_competition_event","column":"season_division_id","schema":"public","constraint":"team_competition_event_season_division_id_competition_seas_fkey"},{"table":"team_competition_season","column":"season_division_id","schema":"public","constraint":"team_competition_season_season_division_id_competition_sea_fkey"},{"table":"team_group","column":"season_division_id","schema":"public","constraint":"team_group_season_division_id_competition_season_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"player_competition_event","schema":"public"}}}}},{"name":"player_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"player_competition_seasons","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_competition_seasons","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"player_competition_season","schema":"public"}}}}},{"name":"player_competition_seasons_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_competition_season_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"program_entries","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"program_entries","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"program_entry","schema":"public"}}}}},{"name":"program_entries_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program_entry_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"program_entry_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"team_competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"team_competition_event","schema":"public"}}}}},{"name":"team_competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"team_competition_seasons","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_competition_seasons","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"team_competition_season","schema":"public"}}}}},{"name":"team_competition_seasons_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"team_groups","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_groups","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"team_group","schema":"public"}}}}},{"name":"team_groups_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}],"array":[{"name":"game_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"game_event","schema":"public"}}}},{"name":"player_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"player_competition_event","schema":"public"}}}},{"name":"player_competition_seasons","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"player_competition_season","schema":"public"}}}},{"name":"program_entries","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"program_entry","schema":"public"}}}},{"name":"team_competition_events","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"team_competition_event","schema":"public"}}}},{"name":"team_competition_seasons","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"team_competition_season","schema":"public"}}}},{"name":"team_groups","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"season_division_id"},"insertion_order":null,"remote_table":{"name":"team_group","schema":"public"}}}}]},"operations":{"query":[{"name":"season_division","description":"fetch data from the table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"season_division","ofType":null}}}}},{"name":"season_division_aggregate","description":"fetch aggregated fields from the table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"season_division_aggregate","ofType":null}}},{"name":"season_division_by_pk","description":"fetch data from the table: \"season_division\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"season_division","ofType":null}}],"mutation":[{"name":"delete_season_division","description":"delete data from the table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"season_division_mutation_response","ofType":null}},{"name":"delete_season_division_by_pk","description":"delete single row from the table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"season_division","ofType":null}},{"name":"insert_season_division","description":"insert data into the table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"season_division_mutation_response","ofType":null}},{"name":"insert_season_division_one","description":"insert a single row into the table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"season_division","ofType":null}},{"name":"update_season_division","description":"update data of the table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"season_division_mutation_response","ofType":null}},{"name":"update_season_division_by_pk","description":"update single row of the table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"season_division","ofType":null}},{"name":"update_season_division_many","description":"update multiples rows of table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"season_division_mutation_response","ofType":null}}}],"subscription":[{"name":"season_division","description":"fetch data from the table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"season_division","ofType":null}}}}},{"name":"season_division_aggregate","description":"fetch aggregated fields from the table: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"season_division_aggregate","ofType":null}}},{"name":"season_division_by_pk","description":"fetch data from the table: \"season_division\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"season_division","ofType":null}},{"name":"season_division_stream","description":"fetch data from the table in a streaming manner: \"season_division\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"season_division","ofType":null}}}}}]},"inputTypes":[{"name":"season_division_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"season_division_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_select_column_season_division_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"season_division_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_select_column_season_division_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"season_division_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"season_division_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"season_division\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_min_order_by","ofType":null}}],"enumValues":[]},{"name":"season_division_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"season_division\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_on_conflict","ofType":null}}],"enumValues":[]},{"name":"season_division_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"season_division\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_bool_exp","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_bool_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_bool_exp","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_bool_exp","ofType":null}},{"name":"player_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_bool_exp","ofType":null}},{"name":"player_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_bool_exp","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_bool_exp","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp","ofType":null}},{"name":"team_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}},{"name":"team_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_bool_exp","ofType":null}},{"name":"team_groups","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"team_groups_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_aggregate_bool_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"season_division_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"season_division\"","fields":[],"enumValues":[{"name":"season_division_competition_season_id_name_key","description":"unique or primary key constraint on columns \"name\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"season_division_id_competition_season_id_key","description":"unique or primary key constraint on columns \"id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"season_division_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"season_division_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"season_division\"","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"game_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_arr_rel_insert_input","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"player_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_arr_rel_insert_input","ofType":null}},{"name":"player_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_arr_rel_insert_input","ofType":null}},{"name":"program_entries","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_arr_rel_insert_input","ofType":null}},{"name":"team_competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_arr_rel_insert_input","ofType":null}},{"name":"team_competition_seasons","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_arr_rel_insert_input","ofType":null}},{"name":"team_groups","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_arr_rel_insert_input","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"season_division_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"season_division\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"season_division_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"season_division\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"season_division_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"season_division\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_on_conflict","ofType":null}}],"enumValues":[]},{"name":"season_division_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"season_division\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"season_division_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}],"enumValues":[]},{"name":"season_division_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"season_division\".","fields":[{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_event_aggregate_order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_event_aggregate_order_by","ofType":null}},{"name":"player_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_competition_season_aggregate_order_by","ofType":null}},{"name":"program_entries_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_aggregate_order_by","ofType":null}},{"name":"team_competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_order_by","ofType":null}},{"name":"team_competition_seasons_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_order_by","ofType":null}},{"name":"team_groups_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_aggregate_order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"season_division_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: season_division","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"season_division_select_column","kind":"ENUM","description":"select columns of table \"season_division\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"season_division_select_column_season_division_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"season_division_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"season_division\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"season_division_select_column_season_division_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"season_division_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"season_division\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"season_division_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"season_division\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"season_division_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"season_division\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"season_division_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"season_division_update_column","kind":"ENUM","description":"update columns of table \"season_division\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"season_division_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"team_competition_event","databaseType":"table","estimatedRows":76404,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"team_competition_event_competition_event_id_competition_se_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_event","column":"competition_season_id","schema":"public","constraint":"team_competition_event_competition_event_id_competition_se_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"team_competition_event_season_division_id_competition_seas_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"team_competition_event_program_entry_id_competition_season_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":6,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"team_competition_event_program_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_with_boxscore","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnover_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"block_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":"false","nullable":false,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"team_competition_event_competition_event_id_competition_se_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_event_id, competition_season_id) REFERENCES competition_event(id, competition_season_id)"},{"name":"team_competition_event_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id)"},{"name":"team_competition_event_program_entry_id_competition_season_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_entry_id, competition_season_id) REFERENCES program_entry(id, competition_season_id)"},{"name":"team_competition_event_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_id) REFERENCES program(id)"},{"name":"team_competition_event_season_division_id_competition_seas_fkey","type":"foreign_key","definition":"FOREIGN KEY (season_division_id, competition_season_id) REFERENCES season_division(id, competition_season_id)"},{"name":"team_competition_event_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"team_competition_event_competition_event_id_program_entry_i_key","type":"unique","definition":"UNIQUE (competition_event_id, program_entry_id)"}],"indexes":[{"name":"idx_team_competition_event_program","definition":"CREATE INDEX idx_team_competition_event_program ON public.team_competition_event USING btree (program_id)"},{"name":"idx_team_competition_event_season","definition":"CREATE INDEX idx_team_competition_event_season ON public.team_competition_event USING btree (competition_season_id)"},{"name":"team_competition_event_competition_event_id_program_entry_i_key","definition":"CREATE UNIQUE INDEX team_competition_event_competition_event_id_program_entry_i_key ON public.team_competition_event USING btree (competition_event_id, program_entry_id)"},{"name":"team_competition_event_pkey","definition":"CREATE UNIQUE INDEX team_competition_event_pkey ON public.team_competition_event USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"assist_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assist_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assist_turnover_ratio","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"block_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"block_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"calculated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":57,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_event","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_event","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}}},{"name":"competition_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"team_competition_event_competition_event_id_competition_se_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_event","column":"competition_season_id","schema":"public","constraint":"team_competition_event_competition_event_id_competition_se_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"effective_field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"arguments":[],"source":"column","column":{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_with_boxscore","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"arguments":[],"source":"column","column":{"name":"games_with_boxscore","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"has_boxscore_stats","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":"false","nullable":false,"position":56,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_possession","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program","using":{"foreign_key_constraint_on":"program_id"}}},{"name":"program_entry","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_entry","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program_entry","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","program_entry_id":"id"},"insertion_order":null,"remote_table":{"name":"program_entry","schema":"public"}}}}},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"team_competition_event_program_entry_id_competition_season_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":6,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"team_competition_event_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_division","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"season_division","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"team_competition_event_season_division_id_competition_seas_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"true_shooting_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnover_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnover_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}},{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}},{"name":"program","using":{"foreign_key_constraint_on":"program_id"}},{"name":"program_entry","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","program_entry_id":"id"},"insertion_order":null,"remote_table":{"name":"program_entry","schema":"public"}}}},{"name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}],"array":[]},"operations":{"query":[{"name":"team_competition_event","description":"fetch data from the table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event","ofType":null}}}}},{"name":"team_competition_event_aggregate","description":"fetch aggregated fields from the table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event_aggregate","ofType":null}}},{"name":"team_competition_event_by_pk","description":"fetch data from the table: \"team_competition_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_event","ofType":null}}],"mutation":[{"name":"delete_team_competition_event","description":"delete data from the table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_event_mutation_response","ofType":null}},{"name":"delete_team_competition_event_by_pk","description":"delete single row from the table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_event","ofType":null}},{"name":"insert_team_competition_event","description":"insert data into the table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_competition_event_mutation_response","ofType":null}},{"name":"insert_team_competition_event_one","description":"insert a single row into the table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_competition_event","ofType":null}},{"name":"update_team_competition_event","description":"update data of the table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_event_mutation_response","ofType":null}},{"name":"update_team_competition_event_by_pk","description":"update single row of the table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_event","ofType":null}},{"name":"update_team_competition_event_many","description":"update multiples rows of table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event_mutation_response","ofType":null}}}],"subscription":[{"name":"team_competition_event","description":"fetch data from the table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event","ofType":null}}}}},{"name":"team_competition_event_aggregate","description":"fetch aggregated fields from the table: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event_aggregate","ofType":null}}},{"name":"team_competition_event_by_pk","description":"fetch data from the table: \"team_competition_event\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_event","ofType":null}},{"name":"team_competition_event_stream","description":"fetch data from the table in a streaming manner: \"team_competition_event\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_event","ofType":null}}}}}]},"inputTypes":[{"name":"team_competition_event_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column_team_competition_event_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_competition_event_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column_team_competition_event_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_competition_event_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_competition_event_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"team_competition_event\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"team_competition_event\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_on_conflict","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_competition_event\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}}},{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"team_competition_event\"","fields":[],"enumValues":[{"name":"team_competition_event_competition_event_id_program_entry_i_key","description":"unique or primary key constraint on columns \"competition_event_id\", \"program_entry_id\"","deprecated":false,"deprecationReason":null},{"name":"team_competition_event_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"team_competition_event_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"team_competition_event\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_event_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_competition_event\".","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: team_competition_event","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"team_competition_event_select_column","kind":"ENUM","description":"select columns of table \"team_competition_event\"","fields":[],"enumValues":[{"name":"assist_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"block_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_with_boxscore","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnover_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_competition_event_select_column_team_competition_event_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"team_competition_event_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"team_competition_event\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_competition_event_select_column_team_competition_event_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"team_competition_event_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"team_competition_event\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_competition_event_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_competition_event\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_update_column","kind":"ENUM","description":"update columns of table \"team_competition_event\"","fields":[],"enumValues":[{"name":"assist_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"block_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_with_boxscore","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnover_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_competition_event_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_event_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_event_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"team_competition_event_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_event_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"team_competition_event\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"team_competition_season","databaseType":"table","estimatedRows":64041,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"team_competition_season_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"team_competition_season_season_division_id_competition_sea_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"team_competition_season_program_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_with_boxscore","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_point_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throw_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assist_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnover_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"block_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":"false","nullable":false,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"team_competition_season_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_season_id) REFERENCES competition_season(id)"},{"name":"team_competition_season_program_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_id) REFERENCES program(id)"},{"name":"team_competition_season_season_division_id_competition_sea_fkey","type":"foreign_key","definition":"FOREIGN KEY (season_division_id, competition_season_id) REFERENCES season_division(id, competition_season_id)"},{"name":"team_competition_season_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"team_competition_season_competition_season_id_program_id_se_key","type":"unique","definition":"UNIQUE NULLS NOT DISTINCT (competition_season_id, program_id, season_division_id)"}],"indexes":[{"name":"idx_team_competition_season_division","definition":"CREATE INDEX idx_team_competition_season_division ON public.team_competition_season USING btree (competition_season_id, season_division_id)"},{"name":"idx_team_competition_season_season","definition":"CREATE INDEX idx_team_competition_season_season ON public.team_competition_season USING btree (competition_season_id)"},{"name":"team_competition_season_competition_season_id_program_id_se_key","definition":"CREATE UNIQUE INDEX team_competition_season_competition_season_id_program_id_se_key ON public.team_competition_season USING btree (competition_season_id, program_id, season_division_id) NULLS NOT DISTINCT"},{"name":"team_competition_season_pkey","definition":"CREATE UNIQUE INDEX team_competition_season_pkey ON public.team_competition_season USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"assist_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":49,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assist_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":50,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assist_turnover_ratio","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assist_turnover_ratio","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":45,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"assists_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"assists_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"block_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"block_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":53,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":32,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"calculated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"calculated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":55,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_season","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}}},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_season","column":"id","schema":"public","constraint":"team_competition_season_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"effective_field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"effective_field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":43,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":39,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":42,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throw_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throw_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":48,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"arguments":[],"source":"column","column":{"name":"games_played","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_with_boxscore","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}},"arguments":[],"source":"column","column":{"name":"games_with_boxscore","type":"integer","checks":[],"unique":false,"comment":null,"default":"0","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"has_boxscore_stats","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"has_boxscore_stats","type":"boolean","checks":[],"unique":false,"comment":null,"default":"false","nullable":false,"position":54,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_per_possession","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"points_per_possession","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":46,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":34,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"program","ofType":null}},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program","using":{"foreign_key_constraint_on":"program_id"}}},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"program","column":"id","schema":"public","constraint":"team_competition_season_program_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_division","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"season_division","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"team_competition_season_season_division_id_competition_sea_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steal_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steal_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":52,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"steals_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":41,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_point_rating","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_point_rating","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":47,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":36,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":35,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"total_possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"total_two_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"total_two_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"true_shooting_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"true_shooting_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":44,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnover_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnover_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":51,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":33,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_point_pct","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_point_pct","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":40,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_attempted_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_attempted_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":38,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"two_pointers_made_per_game","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"two_pointers_made_per_game","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":37,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"competition_season","using":{"foreign_key_constraint_on":"competition_season_id"}},{"name":"program","using":{"foreign_key_constraint_on":"program_id"}},{"name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}],"array":[]},"operations":{"query":[{"name":"team_competition_season","description":"fetch data from the table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season","ofType":null}}}}},{"name":"team_competition_season_aggregate","description":"fetch aggregated fields from the table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season_aggregate","ofType":null}}},{"name":"team_competition_season_by_pk","description":"fetch data from the table: \"team_competition_season\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_season","ofType":null}}],"mutation":[{"name":"delete_team_competition_season","description":"delete data from the table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_season_mutation_response","ofType":null}},{"name":"delete_team_competition_season_by_pk","description":"delete single row from the table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_season","ofType":null}},{"name":"insert_team_competition_season","description":"insert data into the table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_competition_season_mutation_response","ofType":null}},{"name":"insert_team_competition_season_one","description":"insert a single row into the table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_competition_season","ofType":null}},{"name":"update_team_competition_season","description":"update data of the table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_season_mutation_response","ofType":null}},{"name":"update_team_competition_season_by_pk","description":"update single row of the table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_season","ofType":null}},{"name":"update_team_competition_season_many","description":"update multiples rows of table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season_mutation_response","ofType":null}}}],"subscription":[{"name":"team_competition_season","description":"fetch data from the table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season","ofType":null}}}}},{"name":"team_competition_season_aggregate","description":"fetch aggregated fields from the table: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season_aggregate","ofType":null}}},{"name":"team_competition_season_by_pk","description":"fetch data from the table: \"team_competition_season\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_competition_season","ofType":null}},{"name":"team_competition_season_stream","description":"fetch data from the table in a streaming manner: \"team_competition_season\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_competition_season","ofType":null}}}}}]},"inputTypes":[{"name":"team_competition_season_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column_team_competition_season_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_competition_season_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column_team_competition_season_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_competition_season_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_competition_season_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"team_competition_season\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"team_competition_season\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_on_conflict","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_competition_season\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}}},{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_bool_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_bool_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"team_competition_season\"","fields":[],"enumValues":[{"name":"team_competition_season_competition_season_id_program_id_se_key","description":"unique or primary key constraint on columns \"program_id\", \"season_division_id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"team_competition_season_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"team_competition_season_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_obj_rel_insert_input","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_obj_rel_insert_input","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"team_competition_season\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_competition_season_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_competition_season\".","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_season_order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: team_competition_season","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"team_competition_season_select_column","kind":"ENUM","description":"select columns of table \"team_competition_season\"","fields":[],"enumValues":[{"name":"assist_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"block_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_with_boxscore","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnover_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_competition_season_select_column_team_competition_season_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"team_competition_season_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"team_competition_season\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_competition_season_select_column_team_competition_season_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"team_competition_season_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"team_competition_season\"","fields":[],"enumValues":[{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_competition_season_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_competition_season\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"calculated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"has_boxscore_stats","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_update_column","kind":"ENUM","description":"update columns of table \"team_competition_season\"","fields":[],"enumValues":[{"name":"assist_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assist_turnover_ratio","description":"column name","deprecated":false,"deprecationReason":null},{"name":"assists_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"block_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"calculated_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"effective_field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throw_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_with_boxscore","description":"column name","deprecated":false,"deprecationReason":null},{"name":"has_boxscore_stats","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_per_possession","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steal_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_point_rating","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"total_two_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"true_shooting_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnover_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_point_pct","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_attempted_per_game","description":"column name","deprecated":false,"deprecationReason":null},{"name":"two_pointers_made_per_game","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_competition_season_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_competition_season_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_competition_season_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"team_competition_season_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_competition_season_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"team_competition_season\"","fields":[{"name":"assist_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assist_turnover_ratio","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"assists_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"block_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"effective_field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throw_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_with_boxscore","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_per_possession","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steal_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_point_rating","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"total_two_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"true_shooting_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnover_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_point_pct","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_attempted_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"two_pointers_made_per_game","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"team_game","databaseType":"table","estimatedRows":1027537,"description":null,"columns":[{"name":"id","type":"uuid","checks":[{"name":"team_game_check","definition":"CHECK (participant_resolution_status = 'resolved'::text AND program_entry_id IS NOT NULL OR participant_resolution_status = 'unresolved_source_placeholder'::text AND program_entry_id IS NULL AND NULLIF(btrim(source_participant_name), ''::text) IS NOT NULL)"},{"name":"team_game_side_number_check","definition":"CHECK (side_number = ANY (ARRAY[1, 2]))"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_game","column":"team_game_id","schema":"public","constraint":"player_game_team_game_id_fkey"},{"table":"team_game_group","column":"team_game_id","schema":"public","constraint":"team_game_group_team_game_id_competition_season_id_fkey"}]},{"name":"game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"game","column":"id","schema":"public","constraint":"team_game_game_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[{"name":"team_game_check","definition":"CHECK (participant_resolution_status = 'resolved'::text AND program_entry_id IS NOT NULL OR participant_resolution_status = 'unresolved_source_placeholder'::text AND program_entry_id IS NULL AND NULLIF(btrim(source_participant_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"team_game_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"game","column":"competition_season_id","schema":"public","constraint":"team_game_game_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"team_game_group","column":"competition_season_id","schema":"public","constraint":"team_game_group_team_game_id_competition_season_id_fkey"}]},{"name":"side_number","type":"smallint","checks":[{"name":"team_game_side_number_check","definition":"CHECK (side_number = ANY (ARRAY[1, 2]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participant_resolution_status","type":"text","checks":[{"name":"team_game_check","definition":"CHECK (participant_resolution_status = 'resolved'::text AND program_entry_id IS NOT NULL OR participant_resolution_status = 'unresolved_source_placeholder'::text AND program_entry_id IS NULL AND NULLIF(btrim(source_participant_name), ''::text) IS NOT NULL)"},{"name":"team_game_participant_resolution_status_check","definition":"CHECK (participant_resolution_status = ANY (ARRAY['resolved'::text, 'unresolved_source_placeholder'::text]))"}],"unique":false,"comment":null,"default":"'resolved'::text","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_participant_name","type":"text","checks":[{"name":"team_game_check","definition":"CHECK (participant_resolution_status = 'resolved'::text AND program_entry_id IS NOT NULL OR participant_resolution_status = 'unresolved_source_placeholder'::text AND program_entry_id IS NULL AND NULLIF(btrim(source_participant_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"counts_for_official_record","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"final_score","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_synthesized","type":"boolean","checks":[],"unique":false,"comment":null,"default":"false","nullable":false,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"team_game_check","type":"check","definition":"CHECK (participant_resolution_status = 'resolved'::text AND program_entry_id IS NOT NULL OR participant_resolution_status = 'unresolved_source_placeholder'::text AND program_entry_id IS NULL AND NULLIF(btrim(source_participant_name), ''::text) IS NOT NULL)"},{"name":"team_game_participant_resolution_status_check","type":"check","definition":"CHECK (participant_resolution_status = ANY (ARRAY['resolved'::text, 'unresolved_source_placeholder'::text]))"},{"name":"team_game_side_number_check","type":"check","definition":"CHECK (side_number = ANY (ARRAY[1, 2]))"},{"name":"team_game_game_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (game_id, competition_season_id) REFERENCES game(id, competition_season_id) DEFERRABLE"},{"name":"team_game_program_entry_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (program_entry_id) REFERENCES program_entry(id)"},{"name":"team_game_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"team_game_game_id_program_entry_id_key","type":"unique","definition":"UNIQUE (game_id, program_entry_id)"},{"name":"team_game_game_id_side_number_key","type":"unique","definition":"UNIQUE (game_id, side_number)"},{"name":"team_game_id_competition_season_id_key","type":"unique","definition":"UNIQUE (id, competition_season_id)"},{"name":"team_game_id_game_id_key","type":"unique","definition":"UNIQUE (id, game_id)"}],"indexes":[{"name":"idx_team_game_competition_season","definition":"CREATE INDEX idx_team_game_competition_season ON public.team_game USING btree (competition_season_id)"},{"name":"team_game_entry_idx","definition":"CREATE INDEX team_game_entry_idx ON public.team_game USING btree (program_entry_id)"},{"name":"team_game_game_id_program_entry_id_key","definition":"CREATE UNIQUE INDEX team_game_game_id_program_entry_id_key ON public.team_game USING btree (game_id, program_entry_id)"},{"name":"team_game_game_id_side_number_key","definition":"CREATE UNIQUE INDEX team_game_game_id_side_number_key ON public.team_game USING btree (game_id, side_number)"},{"name":"team_game_id_competition_season_id_key","definition":"CREATE UNIQUE INDEX team_game_id_competition_season_id_key ON public.team_game USING btree (id, competition_season_id)"},{"name":"team_game_id_game_id_key","definition":"CREATE UNIQUE INDEX team_game_id_game_id_key ON public.team_game USING btree (id, game_id)"},{"name":"team_game_pkey","definition":"CREATE UNIQUE INDEX team_game_pkey ON public.team_game USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"game","column":"competition_season_id","schema":"public","constraint":"team_game_game_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"team_game_group","column":"competition_season_id","schema":"public","constraint":"team_game_group_team_game_id_competition_season_id_fkey"}]},"relationship":null},{"name":"counts_for_official_record","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"counts_for_official_record","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"final_score","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"final_score","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"game","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"game","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"game","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","game_id":"id"},"insertion_order":null,"remote_table":{"name":"game","schema":"public"}}}}},{"name":"game_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"game","column":"id","schema":"public","constraint":"team_game_game_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[{"name":"team_game_check","definition":"CHECK (participant_resolution_status = 'resolved'::text AND program_entry_id IS NOT NULL OR participant_resolution_status = 'unresolved_source_placeholder'::text AND program_entry_id IS NULL AND NULLIF(btrim(source_participant_name), ''::text) IS NOT NULL)"},{"name":"team_game_side_number_check","definition":"CHECK (side_number = ANY (ARRAY[1, 2]))"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"player_game","column":"team_game_id","schema":"public","constraint":"player_game_team_game_id_fkey"},{"table":"team_game_group","column":"team_game_id","schema":"public","constraint":"team_game_group_team_game_id_competition_season_id_fkey"}]},"relationship":null},{"name":"is_synthesized","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_synthesized","type":"boolean","checks":[],"unique":false,"comment":null,"default":"false","nullable":false,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participant_resolution_status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"participant_resolution_status","type":"text","checks":[{"name":"team_game_check","definition":"CHECK (participant_resolution_status = 'resolved'::text AND program_entry_id IS NOT NULL OR participant_resolution_status = 'unresolved_source_placeholder'::text AND program_entry_id IS NULL AND NULLIF(btrim(source_participant_name), ''::text) IS NOT NULL)"},{"name":"team_game_participant_resolution_status_check","definition":"CHECK (participant_resolution_status = ANY (ARRAY['resolved'::text, 'unresolved_source_placeholder'::text]))"}],"unique":false,"comment":null,"default":"'resolved'::text","nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"player_games","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"player_games","using":{"foreign_key_constraint_on":{"column":"team_game_id","table":{"name":"player_game","schema":"public"}}}}},{"name":"player_games_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"player_game_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"player_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"player_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_entry","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[{"name":"team_game_check","definition":"CHECK (participant_resolution_status = 'resolved'::text AND program_entry_id IS NOT NULL OR participant_resolution_status = 'unresolved_source_placeholder'::text AND program_entry_id IS NULL AND NULLIF(btrim(source_participant_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"team_game_program_entry_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"side_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"smallint","ofType":null}},"arguments":[],"source":"column","column":{"name":"side_number","type":"smallint","checks":[{"name":"team_game_side_number_check","definition":"CHECK (side_number = ANY (ARRAY[1, 2]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_participant_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_participant_name","type":"text","checks":[{"name":"team_game_check","definition":"CHECK (participant_resolution_status = 'resolved'::text AND program_entry_id IS NOT NULL OR participant_resolution_status = 'unresolved_source_placeholder'::text AND program_entry_id IS NULL AND NULLIF(btrim(source_participant_name), ''::text) IS NOT NULL)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_game_groups","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_group","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_game_groups","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"team_game_id"},"insertion_order":null,"remote_table":{"name":"team_game_group","schema":"public"}}}}},{"name":"team_game_groups_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_group_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"game","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","game_id":"id"},"insertion_order":null,"remote_table":{"name":"game","schema":"public"}}}},{"name":"program_entry","using":{"foreign_key_constraint_on":"program_entry_id"}}],"array":[{"name":"player_games","using":{"foreign_key_constraint_on":{"column":"team_game_id","table":{"name":"player_game","schema":"public"}}}},{"name":"team_game_groups","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"team_game_id"},"insertion_order":null,"remote_table":{"name":"team_game_group","schema":"public"}}}}]},"operations":{"query":[{"name":"team_game","description":"fetch data from the table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game","ofType":null}}}}},{"name":"team_game_aggregate","description":"fetch aggregated fields from the table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_aggregate","ofType":null}}},{"name":"team_game_by_pk","description":"fetch data from the table: \"team_game\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game","ofType":null}}],"mutation":[{"name":"delete_team_game","description":"delete data from the table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game_mutation_response","ofType":null}},{"name":"delete_team_game_by_pk","description":"delete single row from the table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game","ofType":null}},{"name":"insert_team_game","description":"insert data into the table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_game_mutation_response","ofType":null}},{"name":"insert_team_game_one","description":"insert a single row into the table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_game","ofType":null}},{"name":"update_team_game","description":"update data of the table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game_mutation_response","ofType":null}},{"name":"update_team_game_by_pk","description":"update single row of the table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game","ofType":null}},{"name":"update_team_game_many","description":"update multiples rows of table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"team_game_mutation_response","ofType":null}}}],"subscription":[{"name":"team_game","description":"fetch data from the table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game","ofType":null}}}}},{"name":"team_game_aggregate","description":"fetch aggregated fields from the table: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_aggregate","ofType":null}}},{"name":"team_game_by_pk","description":"fetch data from the table: \"team_game\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game","ofType":null}},{"name":"team_game_stream","description":"fetch data from the table in a streaming manner: \"team_game\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game","ofType":null}}}}}]},"inputTypes":[{"name":"team_game_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"team_game_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column_team_game_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_game_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column_team_game_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_game_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_game_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"team_game\"","fields":[{"name":"avg","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_avg_order_by","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_min_order_by","ofType":null}},{"name":"stddev","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_stddev_order_by","ofType":null}},{"name":"stddev_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_stddev_pop_order_by","ofType":null}},{"name":"stddev_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_stddev_samp_order_by","ofType":null}},{"name":"sum","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_sum_order_by","ofType":null}},{"name":"var_pop","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_var_pop_order_by","ofType":null}},{"name":"var_samp","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_var_samp_order_by","ofType":null}},{"name":"variance","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_variance_order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"team_game\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_on_conflict","ofType":null}}],"enumValues":[]},{"name":"team_game_avg_order_by","kind":"INPUT_OBJECT","description":"order by avg() on columns of table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_game\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}}},{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"player_games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_bool_exp","ofType":null}},{"name":"player_games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_aggregate_bool_exp","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"team_game_groups","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}},{"name":"team_game_groups_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_aggregate_bool_exp","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"team_game_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"team_game\"","fields":[],"enumValues":[{"name":"team_game_game_id_program_entry_id_key","description":"unique or primary key constraint on columns \"program_entry_id\", \"game_id\"","deprecated":false,"deprecationReason":null},{"name":"team_game_game_id_side_number_key","description":"unique or primary key constraint on columns \"side_number\", \"game_id\"","deprecated":false,"deprecationReason":null},{"name":"team_game_id_competition_season_id_key","description":"unique or primary key constraint on columns \"id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"team_game_id_game_id_key","description":"unique or primary key constraint on columns \"id\", \"game_id\"","deprecated":false,"deprecationReason":null},{"name":"team_game_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"team_game_group_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"team_game_group_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_game_group_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"team_game_group\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_min_order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_group_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"team_game_group\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_on_conflict","ofType":null}}],"enumValues":[]},{"name":"team_game_group_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_game_group\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"team_game_group_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"team_game_group\"","fields":[],"enumValues":[{"name":"team_game_group_pkey","description":"unique or primary key constraint on columns \"team_group_id\", \"team_game_id\"","deprecated":false,"deprecationReason":null}]},{"name":"team_game_group_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"team_game_group\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_obj_rel_insert_input","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_obj_rel_insert_input","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"team_game_group_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"team_game_group\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_group_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"team_game_group\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_group_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"team_game_group\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"enumValues":[]},{"name":"team_game_group_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_game_group\".","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_group_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: team_game_group","fields":[{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"team_game_group_select_column","kind":"ENUM","description":"select columns of table \"team_game_group\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_group_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_game_group_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"team_game_group\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"team_game_group_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_game_group\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_game_group_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"team_game_group_update_column","kind":"ENUM","description":"update columns of table \"team_game_group\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_group_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_game_group_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"team_game_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}}],"enumValues":[]},{"name":"team_game_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_obj_rel_insert_input","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"player_games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_arr_rel_insert_input","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"team_game_groups","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_arr_rel_insert_input","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"team_game_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"team_game\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_on_conflict","ofType":null}}],"enumValues":[]},{"name":"team_game_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"team_game\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}],"enumValues":[]},{"name":"team_game_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_game\".","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"player_games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"player_game_aggregate_order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_groups_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_aggregate_order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: team_game","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"team_game_resolved_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_game_resolved\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}}}},{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"resolved_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"team_game_resolved_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_game_resolved\".","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"resolved_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_resolved_select_column","kind":"ENUM","description":"select columns of table \"team_game_resolved\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"counts_for_official_record","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"final_score","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_synthesized","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participant_resolution_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"resolved_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"side_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_participant_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_game_resolved_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_game_resolved\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_game_resolved_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"team_game_select_column","kind":"ENUM","description":"select columns of table \"team_game\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"counts_for_official_record","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"final_score","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_synthesized","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participant_resolution_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"side_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_participant_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_game_select_column_team_game_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"team_game_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"team_game\"","fields":[],"enumValues":[{"name":"counts_for_official_record","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_synthesized","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_game_select_column_team_game_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"team_game_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"team_game\"","fields":[],"enumValues":[{"name":"counts_for_official_record","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_synthesized","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_game_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"team_game_stddev_order_by","kind":"INPUT_OBJECT","description":"order by stddev() on columns of table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_stddev_pop_order_by","kind":"INPUT_OBJECT","description":"order by stddev_pop() on columns of table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_stddev_samp_order_by","kind":"INPUT_OBJECT","description":"order by stddev_samp() on columns of table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_game\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_game_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"team_game_sum_order_by","kind":"INPUT_OBJECT","description":"order by sum() on columns of table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_update_column","kind":"ENUM","description":"update columns of table \"team_game\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"counts_for_official_record","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"final_score","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_synthesized","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participant_resolution_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"side_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_participant_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_game_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"team_game_var_pop_order_by","kind":"INPUT_OBJECT","description":"order by var_pop() on columns of table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_var_samp_order_by","kind":"INPUT_OBJECT","description":"order by var_samp() on columns of table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_variance_order_by","kind":"INPUT_OBJECT","description":"order by variance() on columns of table \"team_game\"","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"team_game_group","databaseType":"table","estimatedRows":321969,"description":null,"columns":[{"name":"team_game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":1,"foreignKey":{"table":"team_game","column":"id","schema":"public","constraint":"team_game_group_team_game_id_competition_season_id_fkey"},"primaryKey":true,"referencedBy":[]},{"name":"team_group_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"team_group","column":"id","schema":"public","constraint":"team_game_group_team_group_id_competition_season_id_fkey"},"primaryKey":true,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"team_game","column":"competition_season_id","schema":"public","constraint":"team_game_group_team_game_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"team_game_group_team_game_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (team_game_id, competition_season_id) REFERENCES team_game(id, competition_season_id) ON DELETE CASCADE DEFERRABLE"},{"name":"team_game_group_team_group_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (team_group_id, competition_season_id) REFERENCES team_group(id, competition_season_id) DEFERRABLE"},{"name":"team_game_group_pkey","type":"primary_key","definition":"PRIMARY KEY (team_game_id, team_group_id)"},{"name":"team_game_group_context_ck","type":null,"definition":"TRIGGER DEFERRABLE"}],"indexes":[{"name":"team_game_group_pkey","definition":"CREATE UNIQUE INDEX team_game_group_pkey ON public.team_game_group USING btree (team_game_id, team_group_id)"}],"viewDefinition":null,"fields":[{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"team_game","column":"competition_season_id","schema":"public","constraint":"team_game_group_team_game_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_game","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"team_game","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"team_game","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","team_game_id":"id"},"insertion_order":null,"remote_table":{"name":"team_game","schema":"public"}}}}},{"name":"team_game_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"team_game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":1,"foreignKey":{"table":"team_game","column":"id","schema":"public","constraint":"team_game_group_team_game_id_competition_season_id_fkey"},"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"team_group","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"team_group","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"team_group","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","team_group_id":"id"},"insertion_order":null,"remote_table":{"name":"team_group","schema":"public"}}}}},{"name":"team_group_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"team_group_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"team_group","column":"id","schema":"public","constraint":"team_game_group_team_group_id_competition_season_id_fkey"},"primaryKey":true,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"team_game","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","team_game_id":"id"},"insertion_order":null,"remote_table":{"name":"team_game","schema":"public"}}}},{"name":"team_group","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","team_group_id":"id"},"insertion_order":null,"remote_table":{"name":"team_group","schema":"public"}}}}],"array":[]},"operations":{"query":[{"name":"team_game_group","description":"fetch data from the table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_group","ofType":null}}}}},{"name":"team_game_group_aggregate","description":"fetch aggregated fields from the table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_group_aggregate","ofType":null}}},{"name":"team_game_group_by_pk","description":"fetch data from the table: \"team_game_group\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game_group","ofType":null}}],"mutation":[{"name":"delete_team_game_group","description":"delete data from the table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game_group_mutation_response","ofType":null}},{"name":"delete_team_game_group_by_pk","description":"delete single row from the table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game_group","ofType":null}},{"name":"insert_team_game_group","description":"insert data into the table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_game_group_mutation_response","ofType":null}},{"name":"insert_team_game_group_one","description":"insert a single row into the table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_game_group","ofType":null}},{"name":"update_team_game_group","description":"update data of the table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game_group_mutation_response","ofType":null}},{"name":"update_team_game_group_by_pk","description":"update single row of the table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game_group","ofType":null}},{"name":"update_team_game_group_many","description":"update multiples rows of table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"team_game_group_mutation_response","ofType":null}}}],"subscription":[{"name":"team_game_group","description":"fetch data from the table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_group","ofType":null}}}}},{"name":"team_game_group_aggregate","description":"fetch aggregated fields from the table: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_group_aggregate","ofType":null}}},{"name":"team_game_group_by_pk","description":"fetch data from the table: \"team_game_group\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_game_group","ofType":null}},{"name":"team_game_group_stream","description":"fetch data from the table in a streaming manner: \"team_game_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_group","ofType":null}}}}}]},"inputTypes":[{"name":"team_game_group_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"team_game_group_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_game_group_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"team_game_group\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_min_order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_group_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"team_game_group\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_on_conflict","ofType":null}}],"enumValues":[]},{"name":"team_game_group_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_game_group\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_bool_exp","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"team_game_group_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"team_game_group\"","fields":[],"enumValues":[{"name":"team_game_group_pkey","description":"unique or primary key constraint on columns \"team_group_id\", \"team_game_id\"","deprecated":false,"deprecationReason":null}]},{"name":"team_game_group_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"team_game_group\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_obj_rel_insert_input","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_obj_rel_insert_input","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"team_game_group_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"team_game_group\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_group_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"team_game_group\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_group_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"team_game_group\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"enumValues":[]},{"name":"team_game_group_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_game_group\".","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_order_by","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_group_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: team_game_group","fields":[{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"team_game_group_select_column","kind":"ENUM","description":"select columns of table \"team_game_group\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_group_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_game_group_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"team_game_group\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"team_game_group_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_game_group\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_game_group_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"team_game_group_update_column","kind":"ENUM","description":"update columns of table \"team_game_group\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_group_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_game_group_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"team_game_resolved","databaseType":"view","estimatedRows":0,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"side_number","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"participant_resolution_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"source_participant_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"counts_for_official_record","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"final_score","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_synthesized","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"resolved_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[],"viewDefinition":" SELECT tg.id,\n    tg.game_id,\n    tg.program_entry_id,\n    tg.competition_season_id,\n    tg.side_number,\n    tg.participant_resolution_status,\n    tg.source_participant_name,\n    tg.counts_for_official_record,\n    tg.final_score,\n    tg.minutes,\n    tg.points,\n    tg.rebounds,\n    tg.offensive_rebounds,\n    tg.defensive_rebounds,\n    tg.assists,\n    tg.steals,\n    tg.blocks,\n    tg.turnovers,\n    tg.personal_fouls,\n    tg.field_goals_made,\n    tg.field_goals_attempted,\n    tg.free_throws_made,\n    tg.free_throws_attempted,\n    tg.three_pointers_made,\n    tg.three_pointers_attempted,\n    tg.possessions,\n    tg.is_synthesized,\n    tg.created_at,\n    tg.updated_at,\n    pe.program_id,\n    identity.resolve_entity('program'::text, pe.program_id) AS resolved_program_id\n   FROM team_game tg\n     LEFT JOIN program_entry pe ON pe.id = tg.program_entry_id;","fields":[{"name":"assists","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"assists","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":15,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"blocks","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"blocks","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":17,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"counts_for_official_record","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"counts_for_official_record","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":28,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"defensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"defensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":14,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goals_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goals_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":21,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"field_goals_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"field_goals_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":20,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"final_score","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"final_score","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throws_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throws_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":23,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"free_throws_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"free_throws_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":22,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"game_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"game_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"is_synthesized","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null},"arguments":[],"source":"column","column":{"name":"is_synthesized","type":"boolean","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":27,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"minutes","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"minutes","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"offensive_rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"offensive_rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":13,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"participant_resolution_status","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"participant_resolution_status","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"personal_fouls","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"personal_fouls","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":19,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"points","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":11,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"possessions","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"possessions","type":"numeric","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":26,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":30,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"rebounds","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"rebounds","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":12,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"resolved_program_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"resolved_program_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":31,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"side_number","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null},"arguments":[],"source":"column","column":{"name":"side_number","type":"smallint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"source_participant_name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"source_participant_name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"steals","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"steals","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":16,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_attempted","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_attempted","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":25,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"three_pointers_made","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"three_pointers_made","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":24,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"turnovers","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"Int","ofType":null},"arguments":[],"source":"column","column":{"name":"turnovers","type":"integer","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":18,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":29,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"team_game_resolved","description":"fetch data from the table: \"team_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_resolved_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_resolved","ofType":null}}}}},{"name":"team_game_resolved_aggregate","description":"fetch aggregated fields from the table: \"team_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_resolved_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_resolved_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"team_game_resolved","description":"fetch data from the table: \"team_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_resolved_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_resolved","ofType":null}}}}},{"name":"team_game_resolved_aggregate","description":"fetch aggregated fields from the table: \"team_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_resolved_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_resolved_aggregate","ofType":null}}},{"name":"team_game_resolved_stream","description":"fetch data from the table in a streaming manner: \"team_game_resolved\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_resolved","ofType":null}}}}}]},"inputTypes":[{"name":"team_game_resolved_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_game_resolved\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_bool_exp","ofType":null}}}},{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"resolved_program_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"smallint_comparison_exp","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"team_game_resolved_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_game_resolved\".","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"resolved_program_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_game_resolved_select_column","kind":"ENUM","description":"select columns of table \"team_game_resolved\"","fields":[],"enumValues":[{"name":"assists","description":"column name","deprecated":false,"deprecationReason":null},{"name":"blocks","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"counts_for_official_record","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"defensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"field_goals_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"final_score","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"free_throws_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"game_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_synthesized","description":"column name","deprecated":false,"deprecationReason":null},{"name":"minutes","description":"column name","deprecated":false,"deprecationReason":null},{"name":"offensive_rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"participant_resolution_status","description":"column name","deprecated":false,"deprecationReason":null},{"name":"personal_fouls","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points","description":"column name","deprecated":false,"deprecationReason":null},{"name":"possessions","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"rebounds","description":"column name","deprecated":false,"deprecationReason":null},{"name":"resolved_program_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"side_number","description":"column name","deprecated":false,"deprecationReason":null},{"name":"source_participant_name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"steals","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_attempted","description":"column name","deprecated":false,"deprecationReason":null},{"name":"three_pointers_made","description":"column name","deprecated":false,"deprecationReason":null},{"name":"turnovers","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_game_resolved_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_game_resolved\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_resolved_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_game_resolved_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"assists","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"blocks","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"counts_for_official_record","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"defensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"field_goals_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"final_score","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"free_throws_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"game_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_synthesized","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"minutes","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"offensive_rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"participant_resolution_status","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"personal_fouls","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"points","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"possessions","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"rebounds","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"resolved_program_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"side_number","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"smallint","ofType":null}},{"name":"source_participant_name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"steals","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_attempted","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"three_pointers_made","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"turnovers","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"team_group","databaseType":"table","estimatedRows":3280,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"team_game_group","column":"team_group_id","schema":"public","constraint":"team_game_group_team_group_id_competition_season_id_fkey"},{"table":"team_group_membership","column":"team_group_id","schema":"public","constraint":"team_group_membership_team_group_id_competition_season_id_fkey"}]},{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"team_group_competition_event_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_event","column":"competition_season_id","schema":"public","constraint":"team_group_competition_event_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"team_game_group","column":"competition_season_id","schema":"public","constraint":"team_game_group_team_group_id_competition_season_id_fkey"},{"table":"team_group_membership","column":"competition_season_id","schema":"public","constraint":"team_group_membership_team_group_id_competition_season_id_fkey"}]},{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"team_group_season_division_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"group_type","type":"text","checks":[{"name":"team_group_group_type_check","definition":"CHECK (group_type = ANY (ARRAY['conference'::text, 'pool'::text, 'regional'::text, 'pod'::text, 'bracket'::text, 'other'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"team_group_group_type_check","type":"check","definition":"CHECK (group_type = ANY (ARRAY['conference'::text, 'pool'::text, 'regional'::text, 'pod'::text, 'bracket'::text, 'other'::text]))"},{"name":"team_group_competition_event_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (competition_event_id, competition_season_id) REFERENCES competition_event(id, competition_season_id) DEFERRABLE"},{"name":"team_group_season_division_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (season_division_id, competition_season_id) REFERENCES season_division(id, competition_season_id) DEFERRABLE"},{"name":"team_group_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"team_group_competition_event_id_season_division_id_group_ty_key","type":"unique","definition":"UNIQUE NULLS NOT DISTINCT (competition_event_id, season_division_id, group_type, name)"},{"name":"team_group_id_competition_season_id_key","type":"unique","definition":"UNIQUE (id, competition_season_id)"}],"indexes":[{"name":"team_group_competition_event_id_season_division_id_group_ty_key","definition":"CREATE UNIQUE INDEX team_group_competition_event_id_season_division_id_group_ty_key ON public.team_group USING btree (competition_event_id, season_division_id, group_type, name) NULLS NOT DISTINCT"},{"name":"team_group_id_competition_season_id_key","definition":"CREATE UNIQUE INDEX team_group_id_competition_season_id_key ON public.team_group USING btree (id, competition_season_id)"},{"name":"team_group_pkey","definition":"CREATE UNIQUE INDEX team_group_pkey ON public.team_group USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"competition_event","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"competition_event","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}}},{"name":"competition_event_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_event_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"competition_event","column":"id","schema":"public","constraint":"team_group_competition_event_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"competition_event","column":"competition_season_id","schema":"public","constraint":"team_group_competition_event_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[{"table":"team_game_group","column":"competition_season_id","schema":"public","constraint":"team_game_group_team_group_id_competition_season_id_fkey"},{"table":"team_group_membership","column":"competition_season_id","schema":"public","constraint":"team_group_membership_team_group_id_competition_season_id_fkey"}]},"relationship":null},{"name":"group_type","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"group_type","type":"text","checks":[{"name":"team_group_group_type_check","definition":"CHECK (group_type = ANY (ARRAY['conference'::text, 'pool'::text, 'regional'::text, 'pod'::text, 'bracket'::text, 'other'::text]))"}],"unique":false,"comment":null,"default":null,"nullable":false,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"team_game_group","column":"team_group_id","schema":"public","constraint":"team_game_group_team_group_id_competition_season_id_fkey"},{"table":"team_group_membership","column":"team_group_id","schema":"public","constraint":"team_group_membership_team_group_id_competition_season_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"season_division","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"season_division","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}},{"name":"season_division_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"season_division_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":{"table":"season_division","column":"id","schema":"public","constraint":"team_group_season_division_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_game_groups","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_group","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_game_groups","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"team_group_id"},"insertion_order":null,"remote_table":{"name":"team_game_group","schema":"public"}}}}},{"name":"team_game_groups_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_game_group_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_game_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_game_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"team_group_memberships","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_membership","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"team_group_memberships","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"team_group_id"},"insertion_order":null,"remote_table":{"name":"team_group_membership","schema":"public"}}}}},{"name":"team_group_memberships_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_membership_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null}],"relationships":{"object":[{"name":"competition_event","using":{"manual_configuration":{"column_mapping":{"competition_event_id":"id","competition_season_id":"competition_season_id"},"insertion_order":null,"remote_table":{"name":"competition_event","schema":"public"}}}},{"name":"season_division","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","season_division_id":"id"},"insertion_order":null,"remote_table":{"name":"season_division","schema":"public"}}}}],"array":[{"name":"team_game_groups","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"team_group_id"},"insertion_order":null,"remote_table":{"name":"team_game_group","schema":"public"}}}},{"name":"team_group_memberships","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","id":"team_group_id"},"insertion_order":null,"remote_table":{"name":"team_group_membership","schema":"public"}}}}]},"operations":{"query":[{"name":"team_group","description":"fetch data from the table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group","ofType":null}}}}},{"name":"team_group_aggregate","description":"fetch aggregated fields from the table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_aggregate","ofType":null}}},{"name":"team_group_by_pk","description":"fetch data from the table: \"team_group\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group","ofType":null}}],"mutation":[{"name":"delete_team_group","description":"delete data from the table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group_mutation_response","ofType":null}},{"name":"delete_team_group_by_pk","description":"delete single row from the table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group","ofType":null}},{"name":"insert_team_group","description":"insert data into the table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_group_mutation_response","ofType":null}},{"name":"insert_team_group_one","description":"insert a single row into the table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_group","ofType":null}},{"name":"update_team_group","description":"update data of the table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group_mutation_response","ofType":null}},{"name":"update_team_group_by_pk","description":"update single row of the table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group","ofType":null}},{"name":"update_team_group_many","description":"update multiples rows of table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"team_group_mutation_response","ofType":null}}}],"subscription":[{"name":"team_group","description":"fetch data from the table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group","ofType":null}}}}},{"name":"team_group_aggregate","description":"fetch aggregated fields from the table: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_aggregate","ofType":null}}},{"name":"team_group_by_pk","description":"fetch data from the table: \"team_group\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group","ofType":null}},{"name":"team_group_stream","description":"fetch data from the table in a streaming manner: \"team_group\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group","ofType":null}}}}}]},"inputTypes":[{"name":"team_group_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"bool_and","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_aggregate_bool_exp_bool_and","ofType":null}},{"name":"bool_or","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_aggregate_bool_exp_bool_or","ofType":null}},{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"team_group_aggregate_bool_exp_bool_and","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column_team_group_aggregate_bool_exp_bool_and_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_group_aggregate_bool_exp_bool_or","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column_team_group_aggregate_bool_exp_bool_or_arguments_columns","ofType":null}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_group_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_group_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"team_group\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_min_order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"team_group\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_on_conflict","ofType":null}}],"enumValues":[]},{"name":"team_group_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_group\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}}},{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"group_type","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_bool_exp","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_game_groups","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_bool_exp","ofType":null}},{"name":"team_game_groups_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_aggregate_bool_exp","ofType":null}},{"name":"team_group_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}},{"name":"team_group_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_aggregate_bool_exp","ofType":null}}],"enumValues":[]},{"name":"team_group_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"team_group\"","fields":[],"enumValues":[{"name":"team_group_competition_event_id_season_division_id_group_ty_key","description":"unique or primary key constraint on columns \"group_type\", \"competition_event_id\", \"name\", \"season_division_id\"","deprecated":false,"deprecationReason":null},{"name":"team_group_id_competition_season_id_key","description":"unique or primary key constraint on columns \"id\", \"competition_season_id\"","deprecated":false,"deprecationReason":null},{"name":"team_group_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"team_group_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"team_group\"","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_obj_rel_insert_input","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"group_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_obj_rel_insert_input","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_game_groups","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_arr_rel_insert_input","ofType":null}},{"name":"team_group_memberships","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_arr_rel_insert_input","ofType":null}}],"enumValues":[]},{"name":"team_group_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"team_group\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"group_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_group_membership_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"team_group_membership\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_min_order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"team_group_membership\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_on_conflict","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_group_membership\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"team_group_membership\"","fields":[],"enumValues":[{"name":"team_group_membership_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"team_group_membership_team_group_id_program_entry_id_valid__key","description":"unique or primary key constraint on columns \"program_entry_id\", \"team_group_id\", \"valid_from\"","deprecated":false,"deprecationReason":null}]},{"name":"team_group_membership_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"team_group_membership\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_obj_rel_insert_input","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"team_group_membership\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"team_group_membership\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"team_group_membership\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_group_membership\".","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: team_group_membership","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"team_group_membership_select_column","kind":"ENUM","description":"select columns of table \"team_group_membership\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_group_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_group_membership_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"team_group_membership\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_group_membership\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_update_column","kind":"ENUM","description":"update columns of table \"team_group_membership\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_group_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_group_membership_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}}],"enumValues":[]},{"name":"team_group_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"team_group\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"group_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"team_group\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_on_conflict","ofType":null}}],"enumValues":[]},{"name":"team_group_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"team_group\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}],"enumValues":[]},{"name":"team_group_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_group\".","fields":[{"name":"competition_event","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}},{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"group_type","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"season_division","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"season_division_order_by","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_game_groups_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_game_group_aggregate_order_by","ofType":null}},{"name":"team_group_memberships_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_aggregate_order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: team_group","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"team_group_select_column","kind":"ENUM","description":"select columns of table \"team_group\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"group_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_group_select_column_team_group_aggregate_bool_exp_bool_and_arguments_columns","kind":"ENUM","description":"select \"team_group_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"team_group\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_group_select_column_team_group_aggregate_bool_exp_bool_or_arguments_columns","kind":"ENUM","description":"select \"team_group_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"team_group\"","fields":[],"enumValues":[{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_group_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"team_group\"","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"group_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"team_group_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_group\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_group_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_event_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"group_type","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"season_division_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}}],"enumValues":[]},{"name":"team_group_update_column","kind":"ENUM","description":"update columns of table \"team_group\"","fields":[],"enumValues":[{"name":"competition_event_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"group_type","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"season_division_id","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_group_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"team_group_membership","databaseType":"table","estimatedRows":22082,"description":null,"columns":[{"name":"id","type":"uuid","checks":[{"name":"team_group_membership_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},{"name":"team_group_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"team_group","column":"id","schema":"public","constraint":"team_group_membership_team_group_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"team_group_membership_program_entry_id_competition_season__fkey"},"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"program_entry","column":"competition_season_id","schema":"public","constraint":"team_group_membership_program_entry_id_competition_season__fkey"},"primaryKey":false,"referencedBy":[]},{"name":"valid_from","type":"date","checks":[{"name":"team_group_membership_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"valid_to","type":"date","checks":[{"name":"team_group_membership_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"team_group_membership_check","type":"check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"},{"name":"team_group_membership_program_entry_id_competition_season__fkey","type":"foreign_key","definition":"FOREIGN KEY (program_entry_id, competition_season_id) REFERENCES program_entry(id, competition_season_id) DEFERRABLE"},{"name":"team_group_membership_team_group_id_competition_season_id_fkey","type":"foreign_key","definition":"FOREIGN KEY (team_group_id, competition_season_id) REFERENCES team_group(id, competition_season_id) DEFERRABLE"},{"name":"team_group_membership_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"},{"name":"team_group_membership_context_ck","type":null,"definition":"TRIGGER DEFERRABLE"},{"name":"team_group_membership_team_group_id_program_entry_id_valid__key","type":"unique","definition":"UNIQUE (team_group_id, program_entry_id, valid_from)"}],"indexes":[{"name":"team_group_membership_entry_dates_idx","definition":"CREATE INDEX team_group_membership_entry_dates_idx ON public.team_group_membership USING btree (program_entry_id, valid_from, valid_to)"},{"name":"team_group_membership_pkey","definition":"CREATE UNIQUE INDEX team_group_membership_pkey ON public.team_group_membership USING btree (id)"},{"name":"team_group_membership_team_group_id_program_entry_id_valid__key","definition":"CREATE UNIQUE INDEX team_group_membership_team_group_id_program_entry_id_valid__key ON public.team_group_membership USING btree (team_group_id, program_entry_id, valid_from)"}],"viewDefinition":null,"fields":[{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":4,"foreignKey":{"table":"program_entry","column":"competition_season_id","schema":"public","constraint":"team_group_membership_program_entry_id_competition_season__fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[{"name":"team_group_membership_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[]},"relationship":null},{"name":"program_entry","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"program_entry","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"program_entry","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","program_entry_id":"id"},"insertion_order":null,"remote_table":{"name":"program_entry","schema":"public"}}}}},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":3,"foreignKey":{"table":"program_entry","column":"id","schema":"public","constraint":"team_group_membership_program_entry_id_competition_season__fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"team_group","description":"An object relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"OBJECT","name":"team_group","ofType":null},"arguments":[],"source":"relationship","column":null,"relationship":{"kind":"object","name":"team_group","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","team_group_id":"id"},"insertion_order":null,"remote_table":{"name":"team_group","schema":"public"}}}}},{"name":"team_group_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"team_group_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":{"table":"team_group","column":"id","schema":"public","constraint":"team_group_membership_team_group_id_competition_season_id_fkey"},"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"valid_from","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"valid_from","type":"date","checks":[{"name":"team_group_membership_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"valid_to","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"date","ofType":null},"arguments":[],"source":"column","column":{"name":"valid_to","type":"date","checks":[{"name":"team_group_membership_check","definition":"CHECK (valid_to IS NULL OR valid_from IS NULL OR valid_to >= valid_from)"}],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[{"name":"program_entry","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","program_entry_id":"id"},"insertion_order":null,"remote_table":{"name":"program_entry","schema":"public"}}}},{"name":"team_group","using":{"manual_configuration":{"column_mapping":{"competition_season_id":"competition_season_id","team_group_id":"id"},"insertion_order":null,"remote_table":{"name":"team_group","schema":"public"}}}}],"array":[]},"operations":{"query":[{"name":"team_group_membership","description":"fetch data from the table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_membership","ofType":null}}}}},{"name":"team_group_membership_aggregate","description":"fetch aggregated fields from the table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_membership_aggregate","ofType":null}}},{"name":"team_group_membership_by_pk","description":"fetch data from the table: \"team_group_membership\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group_membership","ofType":null}}],"mutation":[{"name":"delete_team_group_membership","description":"delete data from the table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group_membership_mutation_response","ofType":null}},{"name":"delete_team_group_membership_by_pk","description":"delete single row from the table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group_membership","ofType":null}},{"name":"insert_team_group_membership","description":"insert data into the table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_group_membership_mutation_response","ofType":null}},{"name":"insert_team_group_membership_one","description":"insert a single row into the table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"team_group_membership","ofType":null}},{"name":"update_team_group_membership","description":"update data of the table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group_membership_mutation_response","ofType":null}},{"name":"update_team_group_membership_by_pk","description":"update single row of the table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group_membership","ofType":null}},{"name":"update_team_group_membership_many","description":"update multiples rows of table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"team_group_membership_mutation_response","ofType":null}}}],"subscription":[{"name":"team_group_membership","description":"fetch data from the table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_membership","ofType":null}}}}},{"name":"team_group_membership_aggregate","description":"fetch aggregated fields from the table: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_membership_aggregate","ofType":null}}},{"name":"team_group_membership_by_pk","description":"fetch data from the table: \"team_group_membership\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"team_group_membership","ofType":null}},{"name":"team_group_membership_stream","description":"fetch data from the table in a streaming manner: \"team_group_membership\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_group_membership","ofType":null}}}}}]},"inputTypes":[{"name":"team_group_membership_aggregate_bool_exp","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_aggregate_bool_exp_count","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_aggregate_bool_exp_count","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"arguments","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_select_column","ofType":null}}}},{"name":"distinct","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"filter","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}},{"name":"predicate","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"Int_comparison_exp","ofType":null}}}],"enumValues":[]},{"name":"team_group_membership_aggregate_order_by","kind":"INPUT_OBJECT","description":"order by aggregate values of table \"team_group_membership\"","fields":[{"name":"count","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"max","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_max_order_by","ofType":null}},{"name":"min","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_min_order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_arr_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting array relation for remote table \"team_group_membership\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_on_conflict","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_group_membership\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_bool_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_bool_exp","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"date_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"team_group_membership\"","fields":[],"enumValues":[{"name":"team_group_membership_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null},{"name":"team_group_membership_team_group_id_program_entry_id_valid__key","description":"unique or primary key constraint on columns \"program_entry_id\", \"team_group_id\", \"valid_from\"","deprecated":false,"deprecationReason":null}]},{"name":"team_group_membership_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"team_group_membership\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_obj_rel_insert_input","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_obj_rel_insert_input","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_max_order_by","kind":"INPUT_OBJECT","description":"order by max() on columns of table \"team_group_membership\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_min_order_by","kind":"INPUT_OBJECT","description":"order by min() on columns of table \"team_group_membership\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"team_group_membership\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_group_membership_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_group_membership\".","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"program_entry_order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"team_group","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_order_by","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: team_group_membership","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"team_group_membership_select_column","kind":"ENUM","description":"select columns of table \"team_group_membership\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_group_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_group_membership_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"team_group_membership\"","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_group_membership\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"team_group_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"valid_from","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}},{"name":"valid_to","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"date","ofType":null}}],"enumValues":[]},{"name":"team_group_membership_update_column","kind":"ENUM","description":"update columns of table \"team_group_membership\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"team_group_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_from","description":"column name","deprecated":false,"deprecationReason":null},{"name":"valid_to","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_group_membership_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_group_membership_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_group_membership_bool_exp","ofType":null}}}],"enumValues":[]}]},{"schema":"public","name":"team_season_summary","databaseType":"view","estimatedRows":0,"description":null,"columns":[{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"games_played","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"wins","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"losses","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_for","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"points_against","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[],"indexes":[],"viewDefinition":" SELECT tg.program_entry_id,\n    tg.competition_season_id,\n    count(*) FILTER (WHERE tg.counts_for_official_record IS TRUE) AS games_played,\n    count(*) FILTER (WHERE tg.counts_for_official_record IS TRUE AND tg.final_score > opp.final_score) AS wins,\n    count(*) FILTER (WHERE tg.counts_for_official_record IS TRUE AND tg.final_score < opp.final_score) AS losses,\n    sum(tg.final_score) FILTER (WHERE tg.counts_for_official_record IS TRUE) AS points_for,\n    sum(opp.final_score) FILTER (WHERE tg.counts_for_official_record IS TRUE) AS points_against\n   FROM team_game tg\n     JOIN game g ON g.id = tg.game_id\n     JOIN program_entry pe ON pe.id = tg.program_entry_id\n     JOIN program p ON p.id = pe.program_id\n     JOIN competition_season cs ON cs.id = tg.competition_season_id\n     JOIN competition c ON c.id = cs.competition_id\n     JOIN organization o ON o.id = c.organization_id\n     LEFT JOIN team_game opp ON opp.game_id = tg.game_id AND opp.side_number =\n        CASE tg.side_number\n            WHEN 1 THEN 2\n            ELSE 1\n        END\n  WHERE g.is_public AND pe.is_public AND p.is_public AND cs.is_public AND c.is_public AND o.is_public\n  GROUP BY tg.program_entry_id, tg.competition_season_id;","fields":[{"name":"competition_season_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"competition_season_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games_played","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null},"arguments":[],"source":"column","column":{"name":"games_played","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"losses","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null},"arguments":[],"source":"column","column":{"name":"losses","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_against","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null},"arguments":[],"source":"column","column":{"name":"points_against","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"points_for","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null},"arguments":[],"source":"column","column":{"name":"points_for","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"program_entry_id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null},"arguments":[],"source":"column","column":{"name":"program_entry_id","type":"uuid","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":1,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"wins","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null},"arguments":[],"source":"column","column":{"name":"wins","type":"bigint","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[]},"operations":{"query":[{"name":"team_season_summary","description":"fetch data from the table: \"team_season_summary\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_season_summary_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_season_summary_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_season_summary_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_season_summary","ofType":null}}}}},{"name":"team_season_summary_aggregate","description":"fetch aggregated fields from the table: \"team_season_summary\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_season_summary_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_season_summary_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_season_summary_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_season_summary_aggregate","ofType":null}}}],"mutation":[],"subscription":[{"name":"team_season_summary","description":"fetch data from the table: \"team_season_summary\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_season_summary_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_season_summary_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_season_summary_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_season_summary","ofType":null}}}}},{"name":"team_season_summary_aggregate","description":"fetch aggregated fields from the table: \"team_season_summary\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"team_season_summary_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_season_summary_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_season_summary_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_season_summary_aggregate","ofType":null}}},{"name":"team_season_summary_stream","description":"fetch data from the table in a streaming manner: \"team_season_summary\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_season_summary_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_season_summary_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"team_season_summary","ofType":null}}}}}]},"inputTypes":[{"name":"team_season_summary_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"team_season_summary\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_season_summary_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"team_season_summary_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_season_summary_bool_exp","ofType":null}}}},{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}},{"name":"losses","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}},{"name":"points_against","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}},{"name":"points_for","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"wins","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bigint_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"team_season_summary_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"team_season_summary\".","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"losses","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_against","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"points_for","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"wins","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"team_season_summary_select_column","kind":"ENUM","description":"select columns of table \"team_season_summary\"","fields":[],"enumValues":[{"name":"competition_season_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"games_played","description":"column name","deprecated":false,"deprecationReason":null},{"name":"losses","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_against","description":"column name","deprecated":false,"deprecationReason":null},{"name":"points_for","description":"column name","deprecated":false,"deprecationReason":null},{"name":"program_entry_id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"wins","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"team_season_summary_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"team_season_summary\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"team_season_summary_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"team_season_summary_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"competition_season_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"games_played","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}},{"name":"losses","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}},{"name":"points_against","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}},{"name":"points_for","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}},{"name":"program_entry_id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"wins","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bigint","ofType":null}}],"enumValues":[]}]},{"schema":"public","name":"venue","databaseType":"table","estimatedRows":1044,"description":null,"columns":[{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition_event","column":"venue_id","schema":"public","constraint":"competition_event_venue_id_fkey"},{"table":"game","column":"venue_id","schema":"public","constraint":"game_venue_id_fkey"}]},{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"city","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"region","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"latitude","type":"numeric(9,6)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"longitude","type":"numeric(9,6)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]}],"constraints":[{"name":"venue_pkey","type":"primary_key","definition":"PRIMARY KEY (id)"}],"indexes":[{"name":"venue_pkey","definition":"CREATE UNIQUE INDEX venue_pkey ON public.venue USING btree (id)"}],"viewDefinition":null,"fields":[{"name":"city","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"city","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":3,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"competition_events","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_event","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"competition_events","using":{"foreign_key_constraint_on":{"column":"venue_id","table":{"name":"competition_event","schema":"public"}}}}},{"name":"competition_events_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"competition_event_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"competition_event_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"competition_event_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"country_code","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null},"arguments":[],"source":"column","column":{"name":"country_code","type":"character(2)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":5,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"created_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"created_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":9,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"games","description":"An array relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game","ofType":null}}}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}],"source":"relationship","column":null,"relationship":{"kind":"array","name":"games","using":{"foreign_key_constraint_on":{"column":"venue_id","table":{"name":"game","schema":"public"}}}}},{"name":"games_aggregate","description":"An aggregate relationship","deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"game_aggregate","ofType":null}},"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"game_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"game_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}}],"source":"generated","column":null,"relationship":null},{"name":"id","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}},"arguments":[],"source":"column","column":{"name":"id","type":"uuid","checks":[],"unique":false,"comment":null,"default":"gen_random_uuid()","nullable":false,"position":1,"foreignKey":null,"primaryKey":true,"referencedBy":[{"table":"competition_event","column":"venue_id","schema":"public","constraint":"competition_event_venue_id_fkey"},{"table":"game","column":"venue_id","schema":"public","constraint":"game_venue_id_fkey"}]},"relationship":null},{"name":"is_public","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Boolean","ofType":null}},"arguments":[],"source":"column","column":{"name":"is_public","type":"boolean","checks":[],"unique":false,"comment":null,"default":"true","nullable":false,"position":8,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"latitude","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"latitude","type":"numeric(9,6)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":6,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"longitude","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null},"arguments":[],"source":"column","column":{"name":"longitude","type":"numeric(9,6)","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":7,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"name","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"String","ofType":null}},"arguments":[],"source":"column","column":{"name":"name","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":false,"position":2,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"region","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"SCALAR","name":"String","ofType":null},"arguments":[],"source":"column","column":{"name":"region","type":"text","checks":[],"unique":false,"comment":null,"default":null,"nullable":true,"position":4,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null},{"name":"updated_at","description":null,"deprecated":false,"deprecationReason":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"timestamptz","ofType":null}},"arguments":[],"source":"column","column":{"name":"updated_at","type":"timestamp with time zone","checks":[],"unique":false,"comment":null,"default":"now()","nullable":false,"position":10,"foreignKey":null,"primaryKey":false,"referencedBy":[]},"relationship":null}],"relationships":{"object":[],"array":[{"name":"competition_events","using":{"foreign_key_constraint_on":{"column":"venue_id","table":{"name":"competition_event","schema":"public"}}}},{"name":"games","using":{"foreign_key_constraint_on":{"column":"venue_id","table":{"name":"game","schema":"public"}}}}]},"operations":{"query":[{"name":"venue","description":"fetch data from the table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"venue_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"venue","ofType":null}}}}},{"name":"venue_aggregate","description":"fetch aggregated fields from the table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"venue_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"venue_aggregate","ofType":null}}},{"name":"venue_by_pk","description":"fetch data from the table: \"venue\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"venue","ofType":null}}],"mutation":[{"name":"delete_venue","description":"delete data from the table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"where","description":"filter the rows which have to be deleted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"venue_mutation_response","ofType":null}},{"name":"delete_venue_by_pk","description":"delete single row from the table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"venue","ofType":null}},{"name":"insert_venue","description":"insert data into the table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"objects","description":"the rows to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_insert_input","ofType":null}}}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"venue_mutation_response","ofType":null}},{"name":"insert_venue_one","description":"insert a single row into the table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"object","description":"the row to be inserted","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_on_conflict","ofType":null}}],"type":{"kind":"OBJECT","name":"venue","ofType":null}},{"name":"update_venue","description":"update data of the table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}}],"type":{"kind":"OBJECT","name":"venue_mutation_response","ofType":null}},{"name":"update_venue_by_pk","description":"update single row of the table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_set_input","ofType":null}},{"name":"pk_columns","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_pk_columns_input","ofType":null}}}],"type":{"kind":"OBJECT","name":"venue","ofType":null}},{"name":"update_venue_many","description":"update multiples rows of table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"updates","description":"updates to execute, in order","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_updates","ofType":null}}}}}],"type":{"kind":"LIST","name":null,"ofType":{"kind":"OBJECT","name":"venue_mutation_response","ofType":null}}}],"subscription":[{"name":"venue","description":"fetch data from the table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"venue_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"venue","ofType":null}}}}},{"name":"venue_aggregate","description":"fetch aggregated fields from the table: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"distinct_on","description":"distinct select on columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"venue_select_column","ofType":null}}}},{"name":"limit","description":"limit the number of rows returned","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"offset","description":"skip the first n rows. Use only with order_by","defaultValue":null,"type":{"kind":"SCALAR","name":"Int","ofType":null}},{"name":"order_by","description":"sort the rows by one or more columns","defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_order_by","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"venue_aggregate","ofType":null}}},{"name":"venue_by_pk","description":"fetch data from the table: \"venue\" using primary key columns","deprecated":false,"deprecationReason":null,"arguments":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"type":{"kind":"OBJECT","name":"venue","ofType":null}},{"name":"venue_stream","description":"fetch data from the table in a streaming manner: \"venue\"","deprecated":false,"deprecationReason":null,"arguments":[{"name":"batch_size","description":"maximum number of rows returned in a single batch","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"Int","ofType":null}}},{"name":"cursor","description":"cursor to stream the results returned by the query","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_stream_cursor_input","ofType":null}}}},{"name":"where","description":"filter the rows returned","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}],"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"OBJECT","name":"venue","ofType":null}}}}}]},"inputTypes":[{"name":"venue_bool_exp","kind":"INPUT_OBJECT","description":"Boolean expression to filter rows from the table \"venue\". All fields are combined with a logical 'AND'.","fields":[{"name":"_and","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}}},{"name":"_not","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}},{"name":"_or","description":null,"defaultValue":null,"type":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}}},{"name":"city","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_bool_exp","ofType":null}},{"name":"competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_bool_exp","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"bpchar_comparison_exp","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}},{"name":"games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_bool_exp","ofType":null}},{"name":"games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_aggregate_bool_exp","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"uuid_comparison_exp","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"Boolean_comparison_exp","ofType":null}},{"name":"latitude","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"longitude","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"numeric_comparison_exp","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"String_comparison_exp","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"timestamptz_comparison_exp","ofType":null}}],"enumValues":[]},{"name":"venue_constraint","kind":"ENUM","description":"unique or primary key constraints on table \"venue\"","fields":[],"enumValues":[{"name":"venue_pkey","description":"unique or primary key constraint on columns \"id\"","deprecated":false,"deprecationReason":null}]},{"name":"venue_inc_input","kind":"INPUT_OBJECT","description":"input type for incrementing numeric columns in table \"venue\"","fields":[{"name":"latitude","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"longitude","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}}],"enumValues":[]},{"name":"venue_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting data into table \"venue\"","fields":[{"name":"city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"competition_events","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_arr_rel_insert_input","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"games","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_arr_rel_insert_input","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"latitude","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"longitude","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"venue_obj_rel_insert_input","kind":"INPUT_OBJECT","description":"input type for inserting object relation for remote table \"venue\"","fields":[{"name":"data","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_insert_input","ofType":null}}},{"name":"on_conflict","description":"upsert condition","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_on_conflict","ofType":null}}],"enumValues":[]},{"name":"venue_on_conflict","kind":"INPUT_OBJECT","description":"on_conflict condition type for table \"venue\"","fields":[{"name":"constraint","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"venue_constraint","ofType":null}}},{"name":"update_columns","description":null,"defaultValue":"[]","type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"LIST","name":null,"ofType":{"kind":"NON_NULL","name":null,"ofType":{"kind":"ENUM","name":"venue_update_column","ofType":null}}}}},{"name":"where","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}],"enumValues":[]},{"name":"venue_order_by","kind":"INPUT_OBJECT","description":"Ordering options when selecting data from \"venue\".","fields":[{"name":"city","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"competition_events_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"competition_event_aggregate_order_by","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"games_aggregate","description":null,"defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"game_aggregate_order_by","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"latitude","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"longitude","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"ENUM","name":"order_by","ofType":null}}],"enumValues":[]},{"name":"venue_pk_columns_input","kind":"INPUT_OBJECT","description":"primary key columns input for table: venue","fields":[{"name":"id","description":null,"defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"SCALAR","name":"uuid","ofType":null}}}],"enumValues":[]},{"name":"venue_select_column","kind":"ENUM","description":"select columns of table \"venue\"","fields":[],"enumValues":[{"name":"city","description":"column name","deprecated":false,"deprecationReason":null},{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"latitude","description":"column name","deprecated":false,"deprecationReason":null},{"name":"longitude","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"region","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"venue_set_input","kind":"INPUT_OBJECT","description":"input type for updating data in table \"venue\"","fields":[{"name":"city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"latitude","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"longitude","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"venue_stream_cursor_input","kind":"INPUT_OBJECT","description":"Streaming cursor of the table \"venue\"","fields":[{"name":"initial_value","description":"Stream column input with initial value","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_stream_cursor_value_input","ofType":null}}},{"name":"ordering","description":"cursor ordering","defaultValue":null,"type":{"kind":"ENUM","name":"cursor_ordering","ofType":null}}],"enumValues":[]},{"name":"venue_stream_cursor_value_input","kind":"INPUT_OBJECT","description":"Initial value of the column from where the streaming should start","fields":[{"name":"city","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"country_code","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"bpchar","ofType":null}},{"name":"created_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}},{"name":"id","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"uuid","ofType":null}},{"name":"is_public","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"Boolean","ofType":null}},{"name":"latitude","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"longitude","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"numeric","ofType":null}},{"name":"name","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"region","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"String","ofType":null}},{"name":"updated_at","description":null,"defaultValue":null,"type":{"kind":"SCALAR","name":"timestamptz","ofType":null}}],"enumValues":[]},{"name":"venue_update_column","kind":"ENUM","description":"update columns of table \"venue\"","fields":[],"enumValues":[{"name":"city","description":"column name","deprecated":false,"deprecationReason":null},{"name":"country_code","description":"column name","deprecated":false,"deprecationReason":null},{"name":"created_at","description":"column name","deprecated":false,"deprecationReason":null},{"name":"id","description":"column name","deprecated":false,"deprecationReason":null},{"name":"is_public","description":"column name","deprecated":false,"deprecationReason":null},{"name":"latitude","description":"column name","deprecated":false,"deprecationReason":null},{"name":"longitude","description":"column name","deprecated":false,"deprecationReason":null},{"name":"name","description":"column name","deprecated":false,"deprecationReason":null},{"name":"region","description":"column name","deprecated":false,"deprecationReason":null},{"name":"updated_at","description":"column name","deprecated":false,"deprecationReason":null}]},{"name":"venue_updates","kind":"INPUT_OBJECT","description":null,"fields":[{"name":"_inc","description":"increments the numeric columns with given value of the filtered values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_inc_input","ofType":null}},{"name":"_set","description":"sets the columns of the filtered rows to the given values","defaultValue":null,"type":{"kind":"INPUT_OBJECT","name":"venue_set_input","ofType":null}},{"name":"where","description":"filter the rows which have to be updated","defaultValue":null,"type":{"kind":"NON_NULL","name":null,"ofType":{"kind":"INPUT_OBJECT","name":"venue_bool_exp","ofType":null}}}],"enumValues":[]}]}]}
