From bba6b9e064180957e292a7e701c24aeca2f86c85 Mon Sep 17 00:00:00 2001 From: artblocks eng Date: Fri, 15 Mar 2024 15:19:52 +0000 Subject: [PATCH] Update public docs index.html with the latest from Hasura --- public-api-docs/index.html | 5225 ++++++++++++++++++++++-------------- 1 file changed, 3213 insertions(+), 2012 deletions(-) diff --git a/public-api-docs/index.html b/public-api-docs/index.html index 085cfc9e..83f35859 100644 --- a/public-api-docs/index.html +++ b/public-api-docs/index.html @@ -39,6 +39,7 @@
  • UploadFileEntityResponse
  • artists
  • bids_metadata
  • +
  • bids_metadata_aggregate
  • +
  • bids_metadata_aggregate_fields
  • +
  • bids_metadata_max_fields
  • +
  • bids_metadata_min_fields
  • bids_metadata_select_column
  • bigint
  • categories
  • @@ -240,10 +244,19 @@
  • minters_metadata
  • numeric
  • oob_tokens_metadata
  • +
  • oob_tokens_metadata_aggregate
  • +
  • oob_tokens_metadata_aggregate_fields
  • +
  • oob_tokens_metadata_avg_fields
  • +
  • oob_tokens_metadata_max_fields
  • +
  • oob_tokens_metadata_min_fields
  • oob_tokens_metadata_select_column
  • -
  • partner_types_enum
  • -
  • partners
  • -
  • partners_select_column
  • +
  • oob_tokens_metadata_stddev_fields
  • +
  • oob_tokens_metadata_stddev_pop_fields
  • +
  • oob_tokens_metadata_stddev_samp_fields
  • +
  • oob_tokens_metadata_sum_fields
  • +
  • oob_tokens_metadata_var_pop_fields
  • +
  • oob_tokens_metadata_var_samp_fields
  • +
  • oob_tokens_metadata_variance_fields
  • primary_purchases
  • primary_purchases_select_column
  • processing_jobs
  • @@ -380,7 +393,7 @@
    Query
    Variables
    -
    {"id": 4}
    +                    
    {"id": "4"}
     
    @@ -756,7 +769,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 123}
    +                    
    {"limit": 987, "offset": 123}
     
    @@ -976,7 +989,7 @@
    Query
    Variables
    -
    {"distinct_on": ["bid_value"], "limit": 123, "offset": 987}
    +                    
    {"distinct_on": ["bid_value"], "limit": 987, "offset": 987}
     
    @@ -1072,11 +1085,121 @@
    Response
    }, "token_id": "Example....1..2..3...", "user": users, - "winning_bid": true + "winning_bid": false } ] } } +
    + + + + + + +
    +
    + Queries +
    +

    + bids_metadata_aggregate +

    +
    +
    +
    +
    Description
    +

    fetch aggregated fields from the table: "bids_metadata"

    +
    +
    +
    +
    +
    +
    +
    Response
    +

    Returns a bids_metadata_aggregate! +

    +
    +
    +
    Arguments
    + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    + distinct_on - [bids_metadata_select_column!] + distinct select on columns
    + limit - Int + limit the number of rows returned
    + offset - Int + skip the first n rows. Use only with order_by
    +
    +
    +
    +

    Example

    +
    +
    Query
    + + +
    query bids_metadata_aggregate(
    +  $distinct_on: [bids_metadata_select_column!],
    +  $limit: Int,
    +  $offset: Int
    +) {
    +  bids_metadata_aggregate(
    +    distinct_on: $distinct_on,
    +    limit: $limit,
    +    offset: $offset
    +  ) {
    +    aggregate {
    +      ...bids_metadata_aggregate_fieldsFragment
    +    }
    +    nodes {
    +      ...bids_metadataFragment
    +    }
    +  }
    +}
    +
    + + +
    +
    +
    Variables
    + + +
    {"distinct_on": ["bid_value"], "limit": 987, "offset": 987}
    +
    + + +
    +
    +
    Response
    + + +
    {
    +  "data": {
    +    "bids_metadata_aggregate": {
    +      "aggregate": bids_metadata_aggregate_fields,
    +      "nodes": [bids_metadata]
    +    }
    +  }
    +}
     
    @@ -1351,7 +1474,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 123}
    +                    
    {"limit": 123, "offset": 987}
     
    @@ -1796,7 +1919,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 987}
     
    @@ -1979,7 +2102,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 987}
    +                    
    {"limit": 987, "offset": 987}
     
    @@ -2179,9 +2302,6 @@
    Query
    new_projects_forbidden new_projects_forbidden_offchain new_projects_forbidden_onchain - partner { - ...partnersFragment - } partner_id preferred_arweave_gateway preferred_ipfs_gateway @@ -2208,7 +2328,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 123}
     
    @@ -2256,10 +2376,9 @@
    Response
    }, "minter_filter_address": "Example....1..2..3...", "name": "Example....1..2..3...", - "new_projects_forbidden": false, + "new_projects_forbidden": true, "new_projects_forbidden_offchain": false, - "new_projects_forbidden_onchain": true, - "partner": partners, + "new_projects_forbidden_onchain": false, "partner_id": 987, "preferred_arweave_gateway": "Example....1..2..3...", "preferred_ipfs_gateway": "Example....1..2..3...", @@ -2293,9 +2412,9 @@
    Response
    } ], "render_provider_address": "Example....1..2..3...", - "render_provider_percentage": 987, + "render_provider_percentage": 123, "render_provider_secondary_sales_address": "Example....1..2..3...", - "render_provider_secondary_sales_bps": 987, + "render_provider_secondary_sales_bps": 123, "token_base_url": "Example....1..2..3...", "type": contract_types, "updated_at": "2022-09-16T19:33:12+00:00", @@ -2384,9 +2503,6 @@
    Query
    new_projects_forbidden new_projects_forbidden_offchain new_projects_forbidden_onchain - partner { - ...partnersFragment - } partner_id preferred_arweave_gateway preferred_ipfs_gateway @@ -2461,9 +2577,8 @@
    Response
    "minter_filter_address": "Example....1..2..3...", "name": "Example....1..2..3...", "new_projects_forbidden": false, - "new_projects_forbidden_offchain": true, + "new_projects_forbidden_offchain": false, "new_projects_forbidden_onchain": false, - "partner": partners, "partner_id": 123, "preferred_arweave_gateway": "Example....1..2..3...", "preferred_ipfs_gateway": "Example....1..2..3...", @@ -2497,7 +2612,7 @@
    Response
    } ], "render_provider_address": "Example....1..2..3...", - "render_provider_percentage": 987, + "render_provider_percentage": 123, "render_provider_secondary_sales_address": "Example....1..2..3...", "render_provider_secondary_sales_bps": 123, "token_base_url": "Example....1..2..3...", @@ -2607,7 +2722,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 123}
    +                    
    {"limit": 123, "offset": 987}
     
    @@ -2842,7 +2957,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 987}
    +                    
    {"limit": 987, "offset": 123}
     
    @@ -2857,7 +2972,7 @@
    Response
    { "cdn": "Example....1..2..3...", "dependency_name_and_version": "Example....1..2..3...", - "index": 123 + "index": 987 } ] } @@ -2948,7 +3063,7 @@
    Variables
    {
       "dependency_name_and_version": "Example....1..2..3...",
    -  "index": 123
    +  "index": 987
     }
     
    @@ -2963,7 +3078,7 @@
    Response
    "dependency_additional_cdns_by_pk": { "cdn": "Example....1..2..3...", "dependency_name_and_version": "Example....1..2..3...", - "index": 123 + "index": 987 } } } @@ -3049,7 +3164,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 987}
    +                    
    {"limit": 987, "offset": 123}
     
    @@ -3155,7 +3270,7 @@
    Variables
    {
       "dependency_name_and_version": "Example....1..2..3...",
    -  "index": 987
    +  "index": 123
     }
     
    @@ -3169,7 +3284,7 @@
    Response
    "data": { "dependency_additional_repositories_by_pk": { "dependency_name_and_version": "Example....1..2..3...", - "index": 987, + "index": 123, "repository": "Example....1..2..3..." } } @@ -3263,7 +3378,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 987}
     
    @@ -3532,7 +3647,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 123}
    +                    
    {"limit": 123, "offset": 123}
     
    @@ -3640,7 +3755,7 @@
    Variables
    {
       "dependency_name_and_version": "Example....1..2..3...",
    -  "index": 123
    +  "index": 987
     }
     
    @@ -3655,7 +3770,7 @@
    Response
    "dependency_scripts_by_pk": { "address": "Example....1..2..3...", "dependency_name_and_version": "Example....1..2..3...", - "index": 123, + "index": 987, "script": "Example....1..2..3..." } } @@ -3752,7 +3867,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 987}
     
    @@ -3895,7 +4010,7 @@
    Response
    {
       "data": {
         "entity_tags_by_pk": {
    -      "id": 123,
    +      "id": 987,
           "project": {
             "activated_at": "2022-09-16T19:33:12+00:00",
             "active": false,
    @@ -4027,7 +4142,7 @@ 
    Query
    Variables
    -
    {"limit": 123, "offset": 987}
    +                    
    {"limit": 987, "offset": 123}
     
    @@ -4180,7 +4295,7 @@
    Query
    Variables
    -
    {"id": 123}
    +                    
    {"id": 987}
     
    @@ -4327,7 +4442,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 123}
    +                    
    {"limit": 123, "offset": 123}
     
    @@ -4429,7 +4544,7 @@
    Response
    "data": { "feature_flags_by_pk": { "flag_name": "Example....1..2..3...", - "globally_enabled": true + "globally_enabled": false } } } @@ -4502,6 +4617,12 @@
    Query
    limit: $limit, offset: $offset ) { + bids { + ...bids_metadataFragment + } + bids_aggregate { + ...bids_metadata_aggregateFragment + } contract { ...contracts_metadataFragment } @@ -4576,7 +4697,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 987}
    +                    
    {"limit": 123, "offset": 123}
     
    @@ -4589,6 +4710,8 @@
    Response
    "data": { "filter_tokens_metadata_by_features": [ { + "bids": [bids_metadata], + "bids_aggregate": bids_metadata_aggregate, "contract": { "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca", "updated_at": "2023-03-30T20:22:01.629861", @@ -4610,7 +4733,7 @@
    Response
    "preferred_arweave_gateway": null }, "contract_address": "Example....1..2..3...", - "favorited_by_user": true, + "favorited_by_user": false, "favorites": [favorites], "features": jsonb, "gif": media, @@ -4635,7 +4758,7 @@
    Response
    "live_view_path": "Example....1..2..3...", "live_view_url": "Example....1..2..3...", "low_res_image": media, - "low_res_image_id": 123, + "low_res_image_id": 987, "media_url": "Example....1..2..3...", "mint_transaction_hash": "Example....1..2..3...", "minted_at": timestamptz, @@ -4677,7 +4800,7 @@
    Response
    "token_id": "Example....1..2..3...", "updated_at": "2022-09-16T19:33:12+00:00", "video": media, - "video_id": 123 + "video_id": 987 } ] } @@ -4964,7 +5087,7 @@
    Variables
    Response
    -
    {"data": {"isTokenFlagged": true}}
    +                    
    {"data": {"isTokenFlagged": false}}
     
    @@ -5058,6 +5181,12 @@
    Query
    auction_end_time auction_start_time base_uri + bids { + ...bids_metadataFragment + } + bids_aggregate { + ...bids_metadata_aggregateFragment + } canvas_mode charitable_giving_details complete @@ -5117,6 +5246,9 @@
    Query
    oob_tokens { ...oob_tokens_metadataFragment } + oob_tokens_aggregate { + ...oob_tokens_metadata_aggregateFragment + } paused preview_render_type price_per_token_in_wei @@ -5186,7 +5318,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 123}
    +                    
    {"limit": 123, "offset": 987}
     
    @@ -5204,7 +5336,7 @@
    Response
    "additional_payee": "Example....1..2..3...", "additional_payee_percentage": 987, "additional_payee_secondary_sales_address": "Example....1..2..3...", - "additional_payee_secondary_sales_percentage": 123, + "additional_payee_secondary_sales_percentage": 987, "additional_payee_splitter": split_atomic_contracts, "artist": users, "artistPage": ArtistEditorialPageEntityResponseCollection, @@ -5217,7 +5349,9 @@
    Response
    "auction_end_time": timestamptz, "auction_start_time": timestamptz, "base_uri": "Example....1..2..3...", - "canvas_mode": false, + "bids": [bids_metadata], + "bids_aggregate": bids_metadata_aggregate, + "canvas_mode": true, "charitable_giving_details": "Example....1..2..3...", "complete": false, "completed_at": timestamptz, @@ -5261,7 +5395,7 @@
    Response
    }, "dependency_name_and_version": "Example....1..2..3...", "description": "Example....1..2..3...", - "disable_auto_image_format": true, + "disable_auto_image_format": false, "disable_sample_generator": true, "display_static": true, "external_asset_dependencies": [ @@ -5269,7 +5403,7 @@
    Response
    ], "external_asset_dependencies_locked": false, "external_asset_dependency_count": bigint, - "favorited_by_user": true, + "favorited_by_user": false, "favorites": [favorites], "featured_token": [ { @@ -5295,20 +5429,21 @@
    Response
    "generate_video_assets": false, "heritage_curation_status": "Example....1..2..3...", "id": "Example....1..2..3...", - "index": 123, + "index": 987, "invocations": bigint, "ipfs_hash": "Example....1..2..3...", - "is_artblocks": false, + "is_artblocks": true, "license": "Example....1..2..3...", "link_to_license": "Example....1..2..3...", - "locked": false, + "locked": true, "lowest_listing": float8, - "max_invocations": 987, + "max_invocations": 123, "minter_configuration": project_minter_configurations, "minter_configuration_id": "Example....1..2..3...", "name": "Example....1..2..3...", "oob_tokens": [oob_tokens_metadata], - "paused": true, + "oob_tokens_aggregate": oob_tokens_metadata_aggregate, + "paused": false, "preview_render_type": "gif", "price_per_token_in_wei": "Example....1..2..3...", "primary_render_type": "gif", @@ -5345,7 +5480,7 @@
    Response
    } ], "refresh_requests": [refresh_requests], - "render_complete": true, + "render_complete": false, "render_delay": 123, "render_with_gpu": true, "royalty_percentage": 123, @@ -5381,12 +5516,12 @@
    Response
    } ], "updated_at": "2022-09-16T19:33:12+00:00", - "user_is_artist": true, + "user_is_artist": false, "vertical": project_verticals, "vertical_name": "Example....1..2..3...", "video_aspect_ratio": numeric, "video_duration": 987, - "video_fps": 987, + "video_fps": 123, "video_render_delay": 123, "website": "Example....1..2..3..." } @@ -5479,7 +5614,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 987}
    +                    
    {"limit": 987, "offset": 987}
     
    @@ -5663,7 +5798,7 @@
    Query
    Variables
    -
    {"id": 4}
    +                    
    {"id": "4"}
     
    @@ -5855,7 +5990,7 @@
    Query
    Variables
    -
    {"distinct_on": ["name"], "limit": 987, "offset": 123}
    +                    
    {"distinct_on": ["name"], "limit": 987, "offset": 987}
     
    @@ -6044,7 +6179,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 123}
     
    @@ -6293,7 +6428,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 123}
    +                    
    {"limit": 987, "offset": 123}
     
    @@ -6312,7 +6447,7 @@
    Response
    "project_configuration_schema": jsonb, "type": "MinterDAExpHolderV5", "unversioned_type": "Example....1..2..3...", - "version_number": 123 + "version_number": 987 } ] } @@ -6404,7 +6539,7 @@
    Response
    {
       "data": {
         "minter_types_by_pk": {
    -      "active": true,
    +      "active": false,
           "description_template": "Example....1..2..3...",
           "label": "Example....1..2..3...",
           "project_configuration_schema": jsonb,
    @@ -6883,7 +7018,7 @@ 
    Response
    "project_id": "Example....1..2..3...", "token_id": 123, "video": media, - "video_id": 123 + "video_id": 987 } ] } @@ -6895,18 +7030,18 @@
    Response
    -
    +

    - oob_tokens_metadata_by_pk + oob_tokens_metadata_aggregate

    Description
    -

    fetch data from the table: "oob_tokens_metadata" using primary key columns

    +

    fetch aggregated fields from the table: "oob_tokens_metadata"

    @@ -6914,7 +7049,7 @@
    Description
    Response
    -

    Returns an oob_tokens_metadata +

    Returns an oob_tokens_metadata_aggregate!

    @@ -6929,10 +7064,21 @@
    Arguments
    - id - String! + distinct_on - [oob_tokens_metadata_select_column!] + + distinct select on columns + + + + limit - Int + limit the number of rows returned + + + offset - Int + skip the first n rows. Use only with order_by @@ -6944,36 +7090,22 @@

    Example

    Query
    -
    query oob_tokens_metadata_by_pk($id: String!) {
    -  oob_tokens_metadata_by_pk(id: $id) {
    -    contract {
    -      ...contracts_metadataFragment
    -    }
    -    contract_address
    -    gif {
    -      ...mediaFragment
    -    }
    -    gif_id
    -    hash
    -    id
    -    image {
    -      ...mediaFragment
    -    }
    -    image_id
    -    live_view_path
    -    live_view_url
    -    media_url
    -    preview_asset_url
    -    primary_asset_url
    -    project {
    -      ...projects_metadataFragment
    +                    
    query oob_tokens_metadata_aggregate(
    +  $distinct_on: [oob_tokens_metadata_select_column!],
    +  $limit: Int,
    +  $offset: Int
    +) {
    +  oob_tokens_metadata_aggregate(
    +    distinct_on: $distinct_on,
    +    limit: $limit,
    +    offset: $offset
    +  ) {
    +    aggregate {
    +      ...oob_tokens_metadata_aggregate_fieldsFragment
         }
    -    project_id
    -    token_id
    -    video {
    -      ...mediaFragment
    +    nodes {
    +      ...oob_tokens_metadataFragment
         }
    -    video_id
       }
     }
     
    @@ -6984,7 +7116,7 @@
    Query
    Variables
    -
    {"id": "Example....1..2..3..."}
    +                    
    {"distinct_on": ["contract_address"], "limit": 123, "offset": 123}
     
    @@ -6995,24 +7127,137 @@
    Response
    {
       "data": {
    -    "oob_tokens_metadata_by_pk": {
    -      "contract": {
    -        "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    -        "updated_at": "2023-03-30T20:22:01.629861",
    -        "bucket_name": "art-blocks-dev-goerli",
    -        "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -        "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -        "render_provider_percentage": 10,
    -        "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    -        "generator_url": "https://generator.artblocks.io",
    -        "default_vertical_name": "presents",
    -        "contract_type": "GenArt721CoreV3",
    -        "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    -        "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    -        "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -        "render_provider_secondary_sales_bps": 251,
    -        "new_projects_forbidden_onchain": false,
    -        "new_projects_forbidden_offchain": false,
    +    "oob_tokens_metadata_aggregate": {
    +      "aggregate": oob_tokens_metadata_aggregate_fields,
    +      "nodes": [oob_tokens_metadata]
    +    }
    +  }
    +}
    +
    + + +
    +
    + +
    +
    +
    + Queries +
    +

    + oob_tokens_metadata_by_pk +

    +
    +
    +
    +
    Description
    +

    fetch data from the table: "oob_tokens_metadata" using primary key columns

    +
    +
    +
    +
    +
    +
    +
    Response
    +

    Returns an oob_tokens_metadata +

    +
    +
    +
    Arguments
    + + + + + + + + + + + + + +
    NameDescription
    + id - String! + +
    +
    +
    +
    +

    Example

    +
    +
    Query
    + + +
    query oob_tokens_metadata_by_pk($id: String!) {
    +  oob_tokens_metadata_by_pk(id: $id) {
    +    contract {
    +      ...contracts_metadataFragment
    +    }
    +    contract_address
    +    gif {
    +      ...mediaFragment
    +    }
    +    gif_id
    +    hash
    +    id
    +    image {
    +      ...mediaFragment
    +    }
    +    image_id
    +    live_view_path
    +    live_view_url
    +    media_url
    +    preview_asset_url
    +    primary_asset_url
    +    project {
    +      ...projects_metadataFragment
    +    }
    +    project_id
    +    token_id
    +    video {
    +      ...mediaFragment
    +    }
    +    video_id
    +  }
    +}
    +
    + + +
    +
    +
    Variables
    + + +
    {"id": "Example....1..2..3..."}
    +
    + + +
    +
    +
    Response
    + + +
    {
    +  "data": {
    +    "oob_tokens_metadata_by_pk": {
    +      "contract": {
    +        "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    +        "updated_at": "2023-03-30T20:22:01.629861",
    +        "bucket_name": "art-blocks-dev-goerli",
    +        "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +        "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +        "render_provider_percentage": 10,
    +        "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    +        "generator_url": "https://generator.artblocks.io",
    +        "default_vertical_name": "presents",
    +        "contract_type": "GenArt721CoreV3",
    +        "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    +        "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    +        "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +        "render_provider_secondary_sales_bps": 251,
    +        "new_projects_forbidden_onchain": false,
    +        "new_projects_forbidden_offchain": false,
             "preferred_ipfs_gateway": null,
             "preferred_arweave_gateway": null
           },
    @@ -7058,7 +7303,7 @@ 
    Response
    "project_id": "Example....1..2..3...", "token_id": 987, "video": media, - "video_id": 123 + "video_id": 987 } } } @@ -7069,18 +7314,18 @@
    Response
    -
    +

    - partners + primary_purchases

    Description
    -

    fetch data from the table: "partners"

    +

    fetch data from the table: "primary_purchases"

    @@ -7088,7 +7333,7 @@
    Description
    Response
    -

    Returns [partners!]! +

    Returns [primary_purchases!]!

    @@ -7103,7 +7348,7 @@
    Arguments
    - distinct_on - [partners_select_column!] + distinct_on - [primary_purchases_select_column!] distinct select on columns @@ -7129,31 +7374,24 @@

    Example

    Query
    -
    query partners(
    -  $distinct_on: [partners_select_column!],
    +                    
    query primary_purchases(
    +  $distinct_on: [primary_purchases_select_column!],
       $limit: Int,
       $offset: Int
     ) {
    -  partners(
    +  primary_purchases(
         distinct_on: $distinct_on,
         limit: $limit,
         offset: $offset
       ) {
    -    contracts {
    -      ...contracts_metadataFragment
    -    }
    -    description
    -    discord
    -    id
    -    instagram_handle
    -    name
    -    profile_picture {
    -      ...mediaFragment
    +    currency_address
    +    currency_symbol
    +    minter_address
    +    token {
    +      ...tokens_metadataFragment
         }
    -    profile_picture_id
    -    twitter_handle
    -    type
    -    website
    +    token_id
    +    transaction_hash
       }
     }
     
    @@ -7164,7 +7402,7 @@
    Query
    Variables
    -
    {"distinct_on": ["description"], "limit": 987, "offset": 123}
    +                    
    {"distinct_on": ["currency_address"], "limit": 123, "offset": 987}
     
    @@ -7175,40 +7413,30 @@
    Response
    {
       "data": {
    -    "partners": [
    +    "primary_purchases": [
           {
    -        "contracts": [
    -          {
    -            "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    -            "updated_at": "2023-03-30T20:22:01.629861",
    -            "bucket_name": "art-blocks-dev-goerli",
    -            "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -            "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -            "render_provider_percentage": 10,
    -            "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    -            "generator_url": "https://generator.artblocks.io",
    -            "default_vertical_name": "presents",
    -            "contract_type": "GenArt721CoreV3",
    -            "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    -            "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    -            "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -            "render_provider_secondary_sales_bps": 251,
    -            "new_projects_forbidden_onchain": false,
    -            "new_projects_forbidden_offchain": false,
    -            "preferred_ipfs_gateway": null,
    -            "preferred_arweave_gateway": null
    -          }
    -        ],
    -        "description": "Example....1..2..3...",
    -        "discord": "Example....1..2..3...",
    -        "id": 987,
    -        "instagram_handle": "Example....1..2..3...",
    -        "name": "Example....1..2..3...",
    -        "profile_picture": media,
    -        "profile_picture_id": 987,
    -        "twitter_handle": "Example....1..2..3...",
    -        "type": "DEFAULT",
    -        "website": "Example....1..2..3..."
    +        "currency_address": "Example....1..2..3...",
    +        "currency_symbol": "Example....1..2..3...",
    +        "minter_address": "Example....1..2..3...",
    +        "token": {
    +          "features": {
    +            "Color": "Gradient",
    +            "Grain": "Medium",
    +            "Style": "Company"
    +          },
    +          "hash": "0xf7d5d10b21719531d413abc2b8a66d8daf77a28fb18078c0149c7d1f754fe2d8",
    +          "invocation": "100",
    +          "mint_transaction_hash": "0x03de6230b355866f45c441cdfcf0531c375c1b72a49421e6385eb9284cd6df3f",
    +          "owner_address": "0xab0bfcafa3d6ec73344f195e98695965cd55f9ad",
    +          "contract_address": "0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6",
    +          "favorited_by_user": false,
    +          "isFlaggedAsSuspicious": null,
    +          "live_view_path": "/0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6/8000005",
    +          "media_url": "https://media-proxy-development.artblocks.io/0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6/8000005.png",
    +          "minted_at": "2022-09-08T19:53:24+00:00"
    +        },
    +        "token_id": "Example....1..2..3...",
    +        "transaction_hash": "Example....1..2..3..."
           }
         ]
       }
    @@ -7220,18 +7448,18 @@ 
    Response
    -
    +

    - partners_by_pk + primary_purchases_by_pk

    Description
    -

    fetch data from the table: "partners" using primary key columns

    +

    fetch data from the table: "primary_purchases" using primary key columns

    @@ -7239,7 +7467,7 @@
    Description
    Response
    -

    Returns a partners +

    Returns a primary_purchases

    @@ -7254,7 +7482,7 @@
    Arguments
    - id - Int! + token_id - String! @@ -7269,23 +7497,16 @@

    Example

    Query
    -
    query partners_by_pk($id: Int!) {
    -  partners_by_pk(id: $id) {
    -    contracts {
    -      ...contracts_metadataFragment
    -    }
    -    description
    -    discord
    -    id
    -    instagram_handle
    -    name
    -    profile_picture {
    -      ...mediaFragment
    +                    
    query primary_purchases_by_pk($token_id: String!) {
    +  primary_purchases_by_pk(token_id: $token_id) {
    +    currency_address
    +    currency_symbol
    +    minter_address
    +    token {
    +      ...tokens_metadataFragment
         }
    -    profile_picture_id
    -    twitter_handle
    -    type
    -    website
    +    token_id
    +    transaction_hash
       }
     }
     
    @@ -7296,264 +7517,7 @@
    Query
    Variables
    -
    {"id": 987}
    -
    - - -
    -
    -
    Response
    - - -
    {
    -  "data": {
    -    "partners_by_pk": {
    -      "contracts": [
    -        {
    -          "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    -          "updated_at": "2023-03-30T20:22:01.629861",
    -          "bucket_name": "art-blocks-dev-goerli",
    -          "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -          "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -          "render_provider_percentage": 10,
    -          "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    -          "generator_url": "https://generator.artblocks.io",
    -          "default_vertical_name": "presents",
    -          "contract_type": "GenArt721CoreV3",
    -          "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    -          "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    -          "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -          "render_provider_secondary_sales_bps": 251,
    -          "new_projects_forbidden_onchain": false,
    -          "new_projects_forbidden_offchain": false,
    -          "preferred_ipfs_gateway": null,
    -          "preferred_arweave_gateway": null
    -        }
    -      ],
    -      "description": "Example....1..2..3...",
    -      "discord": "Example....1..2..3...",
    -      "id": 987,
    -      "instagram_handle": "Example....1..2..3...",
    -      "name": "Example....1..2..3...",
    -      "profile_picture": media,
    -      "profile_picture_id": 987,
    -      "twitter_handle": "Example....1..2..3...",
    -      "type": "DEFAULT",
    -      "website": "Example....1..2..3..."
    -    }
    -  }
    -}
    -
    - - -
    -
    - -
    -
    -
    - Queries -
    -

    - primary_purchases -

    -
    -
    -
    -
    Description
    -

    fetch data from the table: "primary_purchases"

    -
    -
    -
    -
    -
    -
    -
    Response
    -

    Returns [primary_purchases!]! -

    -
    -
    -
    Arguments
    - - - - - - - - - - - - - - - - - - - - - -
    NameDescription
    - distinct_on - [primary_purchases_select_column!] - distinct select on columns
    - limit - Int - limit the number of rows returned
    - offset - Int - skip the first n rows. Use only with order_by
    -
    -
    -
    -

    Example

    -
    -
    Query
    - - -
    query primary_purchases(
    -  $distinct_on: [primary_purchases_select_column!],
    -  $limit: Int,
    -  $offset: Int
    -) {
    -  primary_purchases(
    -    distinct_on: $distinct_on,
    -    limit: $limit,
    -    offset: $offset
    -  ) {
    -    currency_address
    -    currency_symbol
    -    minter_address
    -    token {
    -      ...tokens_metadataFragment
    -    }
    -    token_id
    -    transaction_hash
    -  }
    -}
    -
    - - -
    -
    -
    Variables
    - - -
    {"distinct_on": ["currency_address"], "limit": 123, "offset": 123}
    -
    - - -
    -
    -
    Response
    - - -
    {
    -  "data": {
    -    "primary_purchases": [
    -      {
    -        "currency_address": "Example....1..2..3...",
    -        "currency_symbol": "Example....1..2..3...",
    -        "minter_address": "Example....1..2..3...",
    -        "token": {
    -          "features": {
    -            "Color": "Gradient",
    -            "Grain": "Medium",
    -            "Style": "Company"
    -          },
    -          "hash": "0xf7d5d10b21719531d413abc2b8a66d8daf77a28fb18078c0149c7d1f754fe2d8",
    -          "invocation": "100",
    -          "mint_transaction_hash": "0x03de6230b355866f45c441cdfcf0531c375c1b72a49421e6385eb9284cd6df3f",
    -          "owner_address": "0xab0bfcafa3d6ec73344f195e98695965cd55f9ad",
    -          "contract_address": "0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6",
    -          "favorited_by_user": false,
    -          "isFlaggedAsSuspicious": null,
    -          "live_view_path": "/0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6/8000005",
    -          "media_url": "https://media-proxy-development.artblocks.io/0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6/8000005.png",
    -          "minted_at": "2022-09-08T19:53:24+00:00"
    -        },
    -        "token_id": "Example....1..2..3...",
    -        "transaction_hash": "Example....1..2..3..."
    -      }
    -    ]
    -  }
    -}
    -
    - - -
    -
    -
    -
    -
    -
    - Queries -
    -

    - primary_purchases_by_pk -

    -
    -
    -
    -
    Description
    -

    fetch data from the table: "primary_purchases" using primary key columns

    -
    -
    -
    -
    -
    -
    -
    Response
    -

    Returns a primary_purchases -

    -
    -
    -
    Arguments
    - - - - - - - - - - - - - -
    NameDescription
    - token_id - String! - -
    -
    -
    -
    -

    Example

    -
    -
    Query
    - - -
    query primary_purchases_by_pk($token_id: String!) {
    -  primary_purchases_by_pk(token_id: $token_id) {
    -    currency_address
    -    currency_symbol
    -    minter_address
    -    token {
    -      ...tokens_metadataFragment
    -    }
    -    token_id
    -    transaction_hash
    -  }
    -}
    -
    - - -
    -
    -
    Variables
    - - -
    {"token_id": "Example....1..2..3..."}
    +                    
    {"token_id": "Example....1..2..3..."}
     
    @@ -7684,7 +7648,7 @@
    Query
    Variables
    -
    {"distinct_on": ["asset_type"], "limit": 987, "offset": 123}
    +                    
    {"distinct_on": ["asset_type"], "limit": 987, "offset": 987}
     
    @@ -7868,7 +7832,7 @@
    Query
    Variables
    -
    {"id": 4}
    +                    
    {"id": "4"}
     
    @@ -8060,7 +8024,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 123}
     
    @@ -8077,7 +8041,7 @@
    Response
    "cid": "Example....1..2..3...", "data": "Example....1..2..3...", "dependency_type": "ARWEAVE", - "index": 123, + "index": 987, "project": { "activated_at": "2022-09-16T19:33:12+00:00", "active": false, @@ -8219,7 +8183,7 @@
    Response
    "cid": "Example....1..2..3...", "data": "Example....1..2..3...", "dependency_type": "ARWEAVE", - "index": 987, + "index": 123, "project": { "activated_at": "2022-09-16T19:33:12+00:00", "active": false, @@ -8372,7 +8336,7 @@
    Response
    "currency_symbol": "Example....1..2..3...", "extra_minter_details": jsonb, "id": "Example....1..2..3...", - "max_invocations": 123, + "max_invocations": 987, "minter": { "address": "0x25e406fa37ade314869f5feea7fbbb252dcacb48", "minimum_auction_length_in_seconds": 3600, @@ -8385,7 +8349,7 @@
    Response
    }, "minter_id": "Example....1..2..3...", "offchain_extra_minter_details": jsonb, - "price_is_configured": false, + "price_is_configured": true, "project": { "activated_at": "2022-09-16T19:33:12+00:00", "active": false, @@ -8415,7 +8379,7 @@
    Response
    }, "project_id": "Example....1..2..3...", "properties_updated_at": jsonb, - "purchase_to_disabled": false + "purchase_to_disabled": true } ] } @@ -8524,7 +8488,7 @@
    Response
    "auction_end_time": timestamptz, "auction_start_time": timestamptz, "base_price": "Example....1..2..3...", - "complete": true, + "complete": false, "currency_address": "Example....1..2..3...", "currency_symbol": "Example....1..2..3...", "extra_minter_details": jsonb, @@ -8572,7 +8536,7 @@
    Response
    }, "project_id": "Example....1..2..3...", "properties_updated_at": jsonb, - "purchase_to_disabled": false + "purchase_to_disabled": true } } } @@ -8810,7 +8774,7 @@
    Response
    {
       "data": {
         "project_scripts_by_pk": {
    -      "index": 987,
    +      "index": 123,
           "project": {
             "activated_at": "2022-09-16T19:33:12+00:00",
             "active": false,
    @@ -8926,7 +8890,7 @@ 
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 987}
     
    @@ -9177,7 +9141,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 123}
     
    @@ -9533,7 +9497,7 @@
    Response
    {
       "data": {
         "project_verticals_by_pk": {
    -      "active": true,
    +      "active": false,
           "category": project_vertical_categories,
           "category_name": "Example....1..2..3...",
           "description": "Example....1..2..3...",
    @@ -9672,7 +9636,7 @@ 
    Response
    "data": { "projects_features": [ { - "enable_artist_update_after_completion": true, + "enable_artist_update_after_completion": false, "feature_fields": jsonb, "feature_fields_counts": jsonb, "id": 987, @@ -9784,7 +9748,7 @@
    Query
    Variables
    -
    {"id": 987}
    +                    
    {"id": 123}
     
    @@ -9796,7 +9760,7 @@
    Response
    {
       "data": {
         "projects_features_by_pk": {
    -      "enable_artist_update_after_completion": false,
    +      "enable_artist_update_after_completion": true,
           "feature_fields": jsonb,
           "feature_fields_counts": jsonb,
           "id": 987,
    @@ -9924,6 +9888,12 @@ 
    Query
    auction_end_time auction_start_time base_uri + bids { + ...bids_metadataFragment + } + bids_aggregate { + ...bids_metadata_aggregateFragment + } canvas_mode charitable_giving_details complete @@ -9983,6 +9953,9 @@
    Query
    oob_tokens { ...oob_tokens_metadataFragment } + oob_tokens_aggregate { + ...oob_tokens_metadata_aggregateFragment + } paused preview_render_type price_per_token_in_wei @@ -10083,6 +10056,8 @@
    Response
    "auction_end_time": timestamptz, "auction_start_time": timestamptz, "base_uri": "Example....1..2..3...", + "bids": [bids_metadata], + "bids_aggregate": bids_metadata_aggregate, "canvas_mode": false, "charitable_giving_details": "Example....1..2..3...", "complete": true, @@ -10127,13 +10102,13 @@
    Response
    }, "dependency_name_and_version": "Example....1..2..3...", "description": "Example....1..2..3...", - "disable_auto_image_format": false, - "disable_sample_generator": false, - "display_static": true, + "disable_auto_image_format": true, + "disable_sample_generator": true, + "display_static": false, "external_asset_dependencies": [ project_external_asset_dependencies ], - "external_asset_dependencies_locked": false, + "external_asset_dependencies_locked": true, "external_asset_dependency_count": bigint, "favorited_by_user": false, "favorites": [favorites], @@ -10164,7 +10139,7 @@
    Response
    "index": 123, "invocations": bigint, "ipfs_hash": "Example....1..2..3...", - "is_artblocks": false, + "is_artblocks": true, "license": "Example....1..2..3...", "link_to_license": "Example....1..2..3...", "locked": false, @@ -10174,7 +10149,8 @@
    Response
    "minter_configuration_id": "Example....1..2..3...", "name": "Example....1..2..3...", "oob_tokens": [oob_tokens_metadata], - "paused": false, + "oob_tokens_aggregate": oob_tokens_metadata_aggregate, + "paused": true, "preview_render_type": "gif", "price_per_token_in_wei": "Example....1..2..3...", "primary_render_type": "gif", @@ -10211,10 +10187,10 @@
    Response
    } ], "refresh_requests": [refresh_requests], - "render_complete": false, + "render_complete": true, "render_delay": 123, - "render_with_gpu": false, - "royalty_percentage": 123, + "render_with_gpu": true, + "royalty_percentage": 987, "sales_notes": "Example....1..2..3...", "script": "Example....1..2..3...", "script_count": bigint, @@ -10224,7 +10200,7 @@
    Response
    "scripts": [project_scripts], "second_token_minted_at": timestamptz, "series": project_series, - "series_id": 987, + "series_id": 123, "start_datetime": timestamptz, "tags": [entity_tags], "tokens": [ @@ -10247,11 +10223,11 @@
    Response
    } ], "updated_at": "2022-09-16T19:33:12+00:00", - "user_is_artist": false, + "user_is_artist": true, "vertical": project_verticals, "vertical_name": "Example....1..2..3...", "video_aspect_ratio": numeric, - "video_duration": 123, + "video_duration": 987, "video_fps": 987, "video_render_delay": 987, "website": "Example....1..2..3..." @@ -10341,6 +10317,12 @@
    Query
    auction_end_time auction_start_time base_uri + bids { + ...bids_metadataFragment + } + bids_aggregate { + ...bids_metadata_aggregateFragment + } canvas_mode charitable_giving_details complete @@ -10400,6 +10382,9 @@
    Query
    oob_tokens { ...oob_tokens_metadataFragment } + oob_tokens_aggregate { + ...oob_tokens_metadata_aggregateFragment + } paused preview_render_type price_per_token_in_wei @@ -10484,7 +10469,7 @@
    Response
    "activated_at": timestamptz, "active": false, "additional_payee": "Example....1..2..3...", - "additional_payee_percentage": 987, + "additional_payee_percentage": 123, "additional_payee_secondary_sales_address": "Example....1..2..3...", "additional_payee_secondary_sales_percentage": 123, "additional_payee_splitter": split_atomic_contracts, @@ -10499,6 +10484,8 @@
    Response
    "auction_end_time": timestamptz, "auction_start_time": timestamptz, "base_uri": "Example....1..2..3...", + "bids": [bids_metadata], + "bids_aggregate": bids_metadata_aggregate, "canvas_mode": false, "charitable_giving_details": "Example....1..2..3...", "complete": true, @@ -10544,12 +10531,12 @@
    Response
    "dependency_name_and_version": "Example....1..2..3...", "description": "Example....1..2..3...", "disable_auto_image_format": true, - "disable_sample_generator": false, + "disable_sample_generator": true, "display_static": false, "external_asset_dependencies": [ project_external_asset_dependencies ], - "external_asset_dependencies_locked": true, + "external_asset_dependencies_locked": false, "external_asset_dependency_count": bigint, "favorited_by_user": true, "favorites": [favorites], @@ -10574,22 +10561,23 @@
    Response
    ], "features": projects_features, "first_token_minted_at": timestamptz, - "generate_video_assets": true, + "generate_video_assets": false, "heritage_curation_status": "Example....1..2..3...", "id": "Example....1..2..3...", - "index": 987, + "index": 123, "invocations": bigint, "ipfs_hash": "Example....1..2..3...", "is_artblocks": true, "license": "Example....1..2..3...", "link_to_license": "Example....1..2..3...", - "locked": true, + "locked": false, "lowest_listing": float8, "max_invocations": 987, "minter_configuration": project_minter_configurations, "minter_configuration_id": "Example....1..2..3...", "name": "Example....1..2..3...", "oob_tokens": [oob_tokens_metadata], + "oob_tokens_aggregate": oob_tokens_metadata_aggregate, "paused": true, "preview_render_type": "gif", "price_per_token_in_wei": "Example....1..2..3...", @@ -10630,7 +10618,7 @@
    Response
    "render_complete": true, "render_delay": 123, "render_with_gpu": true, - "royalty_percentage": 123, + "royalty_percentage": 987, "sales_notes": "Example....1..2..3...", "script": "Example....1..2..3...", "script_count": bigint, @@ -10640,7 +10628,7 @@
    Response
    "scripts": [project_scripts], "second_token_minted_at": timestamptz, "series": project_series, - "series_id": 123, + "series_id": 987, "start_datetime": timestamptz, "tags": [entity_tags], "tokens": [ @@ -10663,11 +10651,11 @@
    Response
    } ], "updated_at": "2022-09-16T19:33:12+00:00", - "user_is_artist": false, + "user_is_artist": true, "vertical": project_verticals, "vertical_name": "Example....1..2..3...", "video_aspect_ratio": numeric, - "video_duration": 987, + "video_duration": 123, "video_fps": 123, "video_render_delay": 987, "website": "Example....1..2..3..." @@ -10765,7 +10753,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 123}
    +                    
    {"limit": 123, "offset": 987}
     
    @@ -10781,7 +10769,7 @@
    Response
    "additional_payee_primary_sales": "Example....1..2..3...", "additional_payee_primary_sales_percentage": 123, "additional_payee_secondary_sales": "Example....1..2..3...", - "additional_payee_secondary_sales_percentage": 987, + "additional_payee_secondary_sales_percentage": 123, "additional_payee_splitter": split_atomic_contracts, "artist_address": "Example....1..2..3...", "project": { @@ -10909,7 +10897,7 @@
    Response
    "data": { "proposed_artist_addresses_and_splits_by_pk": { "additional_payee_primary_sales": "Example....1..2..3...", - "additional_payee_primary_sales_percentage": 123, + "additional_payee_primary_sales_percentage": 987, "additional_payee_secondary_sales": "Example....1..2..3...", "additional_payee_secondary_sales_percentage": 987, "additional_payee_splitter": split_atomic_contracts, @@ -11043,7 +11031,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 987}
    +                    
    {"limit": 987, "offset": 123}
     
    @@ -11351,7 +11339,7 @@
    Query
    Variables
    -
    {"distinct_on": ["completed_at"], "limit": 123, "offset": 987}
    +                    
    {"distinct_on": ["completed_at"], "limit": 987, "offset": 123}
     
    @@ -11757,6 +11745,12 @@
    Query
    auction_end_time auction_start_time base_uri + bids { + ...bids_metadataFragment + } + bids_aggregate { + ...bids_metadata_aggregateFragment + } canvas_mode charitable_giving_details complete @@ -11816,6 +11810,9 @@
    Query
    oob_tokens { ...oob_tokens_metadataFragment } + oob_tokens_aggregate { + ...oob_tokens_metadata_aggregateFragment + } paused preview_render_type price_per_token_in_wei @@ -11885,7 +11882,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 987}
    +                    
    {"limit": 987, "offset": 123}
     
    @@ -11899,9 +11896,9 @@
    Response
    "search_projects": [ { "activated_at": timestamptz, - "active": false, + "active": true, "additional_payee": "Example....1..2..3...", - "additional_payee_percentage": 987, + "additional_payee_percentage": 123, "additional_payee_secondary_sales_address": "Example....1..2..3...", "additional_payee_secondary_sales_percentage": 987, "additional_payee_splitter": split_atomic_contracts, @@ -11916,7 +11913,9 @@
    Response
    "auction_end_time": timestamptz, "auction_start_time": timestamptz, "base_uri": "Example....1..2..3...", - "canvas_mode": false, + "bids": [bids_metadata], + "bids_aggregate": bids_metadata_aggregate, + "canvas_mode": true, "charitable_giving_details": "Example....1..2..3...", "complete": false, "completed_at": timestamptz, @@ -11968,7 +11967,7 @@
    Response
    ], "external_asset_dependencies_locked": false, "external_asset_dependency_count": bigint, - "favorited_by_user": true, + "favorited_by_user": false, "favorites": [favorites], "featured_token": [ { @@ -11994,7 +11993,7 @@
    Response
    "generate_video_assets": true, "heritage_curation_status": "Example....1..2..3...", "id": "Example....1..2..3...", - "index": 987, + "index": 123, "invocations": bigint, "ipfs_hash": "Example....1..2..3...", "is_artblocks": true, @@ -12007,6 +12006,7 @@
    Response
    "minter_configuration_id": "Example....1..2..3...", "name": "Example....1..2..3...", "oob_tokens": [oob_tokens_metadata], + "oob_tokens_aggregate": oob_tokens_metadata_aggregate, "paused": true, "preview_render_type": "gif", "price_per_token_in_wei": "Example....1..2..3...", @@ -12047,7 +12047,7 @@
    Response
    "render_complete": true, "render_delay": 123, "render_with_gpu": false, - "royalty_percentage": 123, + "royalty_percentage": 987, "sales_notes": "Example....1..2..3...", "script": "Example....1..2..3...", "script_count": bigint, @@ -12057,7 +12057,7 @@
    Response
    "scripts": [project_scripts], "second_token_minted_at": timestamptz, "series": project_series, - "series_id": 123, + "series_id": 987, "start_datetime": timestamptz, "tags": [entity_tags], "tokens": [ @@ -12084,9 +12084,9 @@
    Response
    "vertical": project_verticals, "vertical_name": "Example....1..2..3...", "video_aspect_ratio": numeric, - "video_duration": 987, - "video_fps": 123, - "video_render_delay": 987, + "video_duration": 123, + "video_fps": 987, + "video_render_delay": 123, "website": "Example....1..2..3..." } ] @@ -12181,7 +12181,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 123}
     
    @@ -12275,6 +12275,12 @@
    Query
    limit: $limit, offset: $offset ) { + bids { + ...bids_metadataFragment + } + bids_aggregate { + ...bids_metadata_aggregateFragment + } contract { ...contracts_metadataFragment } @@ -12349,7 +12355,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 987}
    +                    
    {"limit": 987, "offset": 987}
     
    @@ -12362,6 +12368,8 @@
    Response
    "data": { "search_tokens": [ { + "bids": [bids_metadata], + "bids_aggregate": bids_metadata_aggregate, "contract": { "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca", "updated_at": "2023-03-30T20:22:01.629861", @@ -12383,11 +12391,11 @@
    Response
    "preferred_arweave_gateway": null }, "contract_address": "Example....1..2..3...", - "favorited_by_user": true, + "favorited_by_user": false, "favorites": [favorites], "features": jsonb, "gif": media, - "gif_id": 987, + "gif_id": 123, "hash": "Example....1..2..3...", "high_res_image": media, "high_res_image_id": 987, @@ -12408,7 +12416,7 @@
    Response
    "live_view_path": "Example....1..2..3...", "live_view_url": "Example....1..2..3...", "low_res_image": media, - "low_res_image_id": 987, + "low_res_image_id": 123, "media_url": "Example....1..2..3...", "mint_transaction_hash": "Example....1..2..3...", "minted_at": timestamptz, @@ -12450,7 +12458,7 @@
    Response
    "token_id": "Example....1..2..3...", "updated_at": "2022-09-16T19:33:12+00:00", "video": media, - "video_id": 123 + "video_id": 987 } ] } @@ -12544,7 +12552,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 987, "offset": 123}
     
    @@ -12558,10 +12566,10 @@
    Response
    "search_users": [ { "bio": "Example....1..2..3...", - "id": 123, + "id": 987, "name": "Example....1..2..3...", "profile_picture": media, - "profile_picture_id": 123, + "profile_picture_id": 987, "twitter_username": "Example....1..2..3...", "user_address": "Example....1..2..3...", "username": "Example....1..2..3..." @@ -12663,7 +12671,7 @@
    Query
    Variables
    -
    {"distinct_on": ["address"], "limit": 123, "offset": 123}
    +                    
    {"distinct_on": ["address"], "limit": 987, "offset": 123}
     
    @@ -12876,7 +12884,7 @@
    Query
    Variables
    -
    {"distinct_on": ["abandoned"], "limit": 123, "offset": 123}
    +                    
    {"distinct_on": ["abandoned"], "limit": 987, "offset": 987}
     
    @@ -13093,7 +13101,7 @@
    Query
    Variables
    -
    {"distinct_on": ["basis_points"], "limit": 123, "offset": 123}
    +                    
    {"distinct_on": ["basis_points"], "limit": 123, "offset": 987}
     
    @@ -13106,7 +13114,7 @@
    Response
    "data": { "split_payment_configurations": [ { - "basis_points": 123, + "basis_points": 987, "id": "Example....1..2..3...", "index": 987, "recipient": "Example....1..2..3...", @@ -13200,7 +13208,7 @@
    Response
    {
       "data": {
         "split_payment_configurations_by_pk": {
    -      "basis_points": 987,
    +      "basis_points": 123,
           "id": "Example....1..2..3...",
           "index": 123,
           "recipient": "Example....1..2..3...",
    @@ -13297,7 +13305,7 @@ 
    Query
    Variables
    -
    {"limit": 987, "offset": 123}
    +                    
    {"limit": 987, "offset": 987}
     
    @@ -13492,6 +13500,12 @@
    Query
    limit: $limit, offset: $offset ) { + bids { + ...bids_metadataFragment + } + bids_aggregate { + ...bids_metadata_aggregateFragment + } contract { ...contracts_metadataFragment } @@ -13566,7 +13580,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 123}
     
    @@ -13579,6 +13593,8 @@
    Response
    "data": { "tokens_metadata": [ { + "bids": [bids_metadata], + "bids_aggregate": bids_metadata_aggregate, "contract": { "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca", "updated_at": "2023-03-30T20:22:01.629861", @@ -13607,12 +13623,12 @@
    Response
    "gif_id": 987, "hash": "Example....1..2..3...", "high_res_image": media, - "high_res_image_id": 123, + "high_res_image_id": 987, "id": "Example....1..2..3...", "image": media, "image_id": 987, "invocation": 123, - "is_flagged": false, + "is_flagged": true, "last_refreshed": timestamptz, "list_creation_date": timestamptz, "list_currency_address": "Example....1..2..3...", @@ -13667,7 +13683,7 @@
    Response
    "token_id": "Example....1..2..3...", "updated_at": "2022-09-16T19:33:12+00:00", "video": media, - "video_id": 123 + "video_id": 987 } ] } @@ -13730,6 +13746,12 @@
    Query
    query tokens_metadata_by_pk($id: String!) {
       tokens_metadata_by_pk(id: $id) {
    +    bids {
    +      ...bids_metadataFragment
    +    }
    +    bids_aggregate {
    +      ...bids_metadata_aggregateFragment
    +    }
         contract {
           ...contracts_metadataFragment
         }
    @@ -13816,6 +13838,8 @@ 
    Response
    {
       "data": {
         "tokens_metadata_by_pk": {
    +      "bids": [bids_metadata],
    +      "bids_aggregate": bids_metadata_aggregate,
           "contract": {
             "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
             "updated_at": "2023-03-30T20:22:01.629861",
    @@ -13841,13 +13865,13 @@ 
    Response
    "favorites": [favorites], "features": jsonb, "gif": media, - "gif_id": 987, + "gif_id": 123, "hash": "Example....1..2..3...", "high_res_image": media, "high_res_image_id": 987, "id": "Example....1..2..3...", "image": media, - "image_id": 123, + "image_id": 987, "invocation": 987, "is_flagged": true, "last_refreshed": timestamptz, @@ -13904,7 +13928,7 @@
    Response
    "token_id": "Example....1..2..3...", "updated_at": "2022-09-16T19:33:12+00:00", "video": media, - "video_id": 123 + "video_id": 987 } } } @@ -14100,7 +14124,7 @@
    Query
    Variables
    -
    {"id": 123}
    +                    
    {"id": 987}
     
    @@ -14113,10 +14137,10 @@
    Response
    "data": { "user_profiles_by_pk": { "bio": "Example....1..2..3...", - "id": 987, + "id": 123, "name": "Example....1..2..3...", "profile_picture": media, - "profile_picture_id": 123, + "profile_picture_id": 987, "twitter_username": "Example....1..2..3...", "user_address": "Example....1..2..3...", "username": "Example....1..2..3..." @@ -14195,6 +14219,12 @@
    Query
    allowlisted_on { ...contract_allowlistingsFragment } + bids { + ...bids_metadataFragment + } + bids_aggregate { + ...bids_metadata_aggregateFragment + } created_at display_name favorited_by_user @@ -14237,7 +14267,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 123, "offset": 123}
     
    @@ -14251,13 +14281,15 @@
    Response
    "users": [ { "allowlisted_on": [contract_allowlistings], + "bids": [bids_metadata], + "bids_aggregate": bids_metadata_aggregate, "created_at": timestamptz, "display_name": "Example....1..2..3...", "favorited_by_user": true, "favorites": [favorites], "feature_flags": jsonb, "is_ab_staff": false, - "is_curated": true, + "is_curated": false, "is_curator": false, "nonce": "Example....1..2..3...", "profile": user_profiles, @@ -14386,6 +14418,12 @@
    Query
    allowlisted_on { ...contract_allowlistingsFragment } + bids { + ...bids_metadataFragment + } + bids_aggregate { + ...bids_metadata_aggregateFragment + } created_at display_name favorited_by_user @@ -14441,6 +14479,8 @@
    Response
    "data": { "users_by_pk": { "allowlisted_on": [contract_allowlistings], + "bids": [bids_metadata], + "bids_aggregate": bids_metadata_aggregate, "created_at": timestamptz, "display_name": "Example....1..2..3...", "favorited_by_user": true, @@ -14448,7 +14488,7 @@
    Response
    "feature_flags": jsonb, "is_ab_staff": false, "is_curated": false, - "is_curator": false, + "is_curator": true, "nonce": "Example....1..2..3...", "profile": user_profiles, "projects_created": [ @@ -14597,7 +14637,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 123}
    +                    
    {"limit": 987, "offset": 987}
     
    @@ -14786,7 +14826,7 @@
    Query
    Variables
    -
    {"limit": 987, "offset": 987}
    +                    
    {"limit": 987, "offset": 123}
     
    @@ -14981,7 +15021,7 @@
    Variables
    Response
    -
    {"data": {"video_frame_rates": [{"value": 987}]}}
    +                    
    {"data": {"video_frame_rates": [{"value": 123}]}}
     
    @@ -15149,7 +15189,7 @@
    Query
    Variables
    -
    {"limit": 123, "offset": 123}
    +                    
    {"limit": 987, "offset": 987}
     
    @@ -15262,7 +15302,7 @@
    Response
    {
       "data": {
         "webflow_artist_info_by_pk": {
    -      "published": true,
    +      "published": false,
           "raw_data": jsonb,
           "slug": "Example....1..2..3...",
           "user": users,
    @@ -15362,7 +15402,7 @@ 
    Query
    Variables
    -
    {"limit": 123, "offset": 123}
    +                    
    {"limit": 123, "offset": 987}
     
    @@ -16198,7 +16238,7 @@
    Example
    {
    -  "expiration": 123,
    +  "expiration": 987,
       "jwt": "Example....1..2..3..."
     }
     
    @@ -16284,7 +16324,7 @@
    Example
    "exhibitionItem": [ ComponentGalleryGridItemGalleryGridItem ], - "id": "4" + "id": 4 }
    @@ -16348,7 +16388,7 @@
    Example
    "FeaturedWorkItem": [ ComponentImageWithCaptionImageWithCaption ], - "id": "4" + "id": 4 }
    @@ -16738,7 +16778,7 @@
    Example
    {
       "date": "2007-12-03",
    -  "id": "4",
    +  "id": 4,
       "publication": "Example....1..2..3...",
       "title": "Example....1..2..3...",
       "url": "Example....1..2..3..."
    @@ -16822,7 +16862,7 @@ 
    Example
    "ipfsHash": null, "scriptTypeAndVersion": null }, - "id": 4, + "id": "4", "projectId": "Example....1..2..3..." }
    @@ -16921,7 +16961,7 @@
    Example
    "MinterMaxInvocations": 123, "MinterType": MinterInfoEntityResponse, "StartPrice": "Example....1..2..3...", - "id": 4 + "id": "4" }
    @@ -17179,7 +17219,7 @@

    Float

    Example
    -
    123.45
    +                    
    987.65
     
    @@ -17308,7 +17348,7 @@

    ID

    Example
    -
    4
    +                    
    "4"
     
    @@ -17466,7 +17506,10 @@
    Fields
    Example
    -
    {"attributes": MinterInfo, "id": 4}
    +                    
    {
    +  "attributes": MinterInfo,
    +  "id": "4"
    +}
     
    @@ -17662,7 +17705,7 @@
    Fields
    Example
    -
    {"page": 987, "pageCount": 123, "pageSize": 123, "total": 123}
    +                    
    {"page": 987, "pageCount": 123, "pageSize": 123, "total": 987}
     
    @@ -18139,14 +18182,14 @@
    Example
    "ext": "Example....1..2..3...", "formats": {}, "hash": "Example....1..2..3...", - "height": 987, + "height": 123, "mime": "Example....1..2..3...", "name": "Example....1..2..3...", "previewUrl": "Example....1..2..3...", "provider": "Example....1..2..3...", "provider_metadata": {}, "related": [Article], - "size": 987.65, + "size": 123.45, "updatedAt": "2007-12-03T10:15:30Z", "url": "Example....1..2..3...", "width": 123 @@ -18367,7 +18410,7 @@
    Example
    {
       "created_at": timestamptz,
       "is_ab_staff": true,
    -  "is_curator": false,
    +  "is_curator": true,
       "most_recent_hosted_project": {
         "activated_at": "2022-09-16T19:33:12+00:00",
         "active": false,
    @@ -18663,80 +18706,38 @@ 
    Example
    -
    +
    -

    bids_metadata_select_column

    +

    bids_metadata_aggregate

    Description
    -

    select columns of table "bids_metadata"

    +

    aggregated selection of "bids_metadata"

    -
    Values
    +
    Fields
    - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Enum ValueField Name Description
    -

    bid_value

    -
    column name
    -

    bidder_address

    -
    column name
    -

    core_contract_address

    -
    column name
    -

    id

    -
    column name
    -

    minter_address

    -
    column name
    -

    project_id

    +
    aggregate - bids_metadata_aggregate_fields column name
    -

    time_of_bid

    column name
    -

    token_id

    +
    nodes - [bids_metadata!]! column name
    -

    winning_bid

    column name
    @@ -18747,28 +18748,10 @@
    Values
    Example
    -
    "bid_value"
    -
    - - -
    -
    -
    -
    -
    -
    - Types -
    -

    bigint

    -
    -
    -
    -
    -
    -
    Example
    - - -
    bigint
    +                    
    {
    +  "aggregate": bids_metadata_aggregate_fields,
    +  "nodes": [bids_metadata]
    +}
     
    @@ -18776,16 +18759,16 @@
    Example
    -
    +
    -

    categories

    +

    bids_metadata_aggregate_fields

    Description
    -

    columns and relationships of "categories"

    +

    aggregate fields of "bids_metadata"

    Fields
    @@ -18797,16 +18780,40 @@
    Fields
    + + count - Int! + + + + + + +
    +
    Arguments
    +
    + +
    +
    distinct - Boolean +
    +
    +
    +
    + + - name - String! + max - bids_metadata_max_fields - project_vertical_category - project_vertical_categories + min - bids_metadata_min_fields + + - An object relationship @@ -18818,8 +18825,9 @@
    Example
    {
    -  "name": "Example....1..2..3...",
    -  "project_vertical_category": project_vertical_categories
    +  "count": 123,
    +  "max": bids_metadata_max_fields,
    +  "min": bids_metadata_min_fields
     }
     
    @@ -18828,54 +18836,71 @@
    Example
    -
    +
    -

    categories_enum

    +

    bids_metadata_max_fields

    +
    +
    Description
    +

    aggregate max on columns

    +
    -
    Values
    +
    Fields
    - + - - + + + + + + + + + + + + @@ -18889,7 +18914,16 @@
    Values
    Example
    -
    "collaborations"
    +                    
    {
    +  "bid_value": "Example....1..2..3...",
    +  "bidder_address": "Example....1..2..3...",
    +  "core_contract_address": "Example....1..2..3...",
    +  "id": "Example....1..2..3...",
    +  "minter_address": "Example....1..2..3...",
    +  "project_id": "Example....1..2..3...",
    +  "time_of_bid": timestamptz,
    +  "token_id": "Example....1..2..3..."
    +}
     
    @@ -18897,16 +18931,16 @@
    Example
    -
    +
    -

    contract_allowlistings

    +

    bids_metadata_min_fields

    Description
    -

    Users who have write-access to a given Art Blocks or Engine smart contract.

    +

    aggregate min on columns

    Fields
    @@ -18919,91 +18953,49 @@
    Fields
    - + - - - + - - - -
    Enum ValueField Name Description
    -

    collaborations

    +
    bid_value - String
    -

    collections

    +
    bidder_address - String
    core_contract_address - String + -

    engine

    +
    id - String
    minter_address - String + -

    explorations

    +
    project_id - String
    time_of_bid - timestamptz + -

    unassigned

    +
    token_id - String
    contract - contracts_metadata + bid_value - String + An object relationship
    contract_address - String! + bidder_address - String
    user - users + core_contract_address - String + An object relationship
    user_address - String! + id - String
    -
    -
    -
    -
    -
    Example
    - - -
    {
    -  "contract": {
    -    "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    -    "updated_at": "2023-03-30T20:22:01.629861",
    -    "bucket_name": "art-blocks-dev-goerli",
    -    "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -    "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -    "render_provider_percentage": 10,
    -    "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    -    "generator_url": "https://generator.artblocks.io",
    -    "default_vertical_name": "presents",
    -    "contract_type": "GenArt721CoreV3",
    -    "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    -    "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    -    "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -    "render_provider_secondary_sales_bps": 251,
    -    "new_projects_forbidden_onchain": false,
    -    "new_projects_forbidden_offchain": false,
    -    "preferred_ipfs_gateway": null,
    -    "preferred_arweave_gateway": null
    -  },
    -  "contract_address": "Example....1..2..3...",
    -  "user": users,
    -  "user_address": "Example....1..2..3..."
    -}
    -
    - - -
    -
    -
    -
    -
    -
    - Types -
    -

    contract_type_names

    -
    -
    -
    -
    Description
    -

    columns and relationships of "contract_type_names"

    -
    -
    -
    Fields
    - - - - + + - - - + + + + + + + + @@ -19017,7 +19009,16 @@
    Fields
    Example
    -
    {"name": "Example....1..2..3..."}
    +                    
    {
    +  "bid_value": "Example....1..2..3...",
    +  "bidder_address": "Example....1..2..3...",
    +  "core_contract_address": "Example....1..2..3...",
    +  "id": "Example....1..2..3...",
    +  "minter_address": "Example....1..2..3...",
    +  "project_id": "Example....1..2..3...",
    +  "time_of_bid": timestamptz,
    +  "token_id": "Example....1..2..3..."
    +}
     
    @@ -19025,13 +19026,17 @@
    Example
    -
    +
    -

    contract_type_names_enum

    +

    bids_metadata_select_column

    +
    +
    Description
    +

    select columns of table "bids_metadata"

    +
    Values
    Field NameDescriptionminter_address - String + +
    name - String! + project_id - String + +
    time_of_bid - timestamptz + +
    token_id - String
    @@ -19044,52 +19049,57 @@
    Values
    - + - + - + - + - + + + + + + + + +
    -

    GenArt721CoreV0

    -
    +

    bid_value

    column name
    -

    GenArt721CoreV1

    -
    +

    bidder_address

    column name
    -

    GenArt721CoreV2_ENGINE_FLEX

    -
    +

    core_contract_address

    column name
    -

    GenArt721CoreV2_PBAB

    -
    +

    id

    column name
    -

    GenArt721CoreV3

    -
    +

    minter_address

    column name
    -

    GenArt721CoreV3_Engine

    +

    project_id

    column name
    +

    time_of_bid

    column name
    -

    GenArt721CoreV3_Engine_Flex

    +

    token_id

    column name
    +

    winning_bid

    column name
    @@ -19100,7 +19110,7 @@
    Values
    Example
    -
    "GenArt721CoreV0"
    +                    
    "bid_value"
     
    @@ -19108,16 +19118,37 @@
    Example
    -
    +
    -

    contract_types

    +

    bigint

    +
    +
    +
    +
    +
    +
    Example
    + + +
    bigint
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    categories

    Description
    -

    columns and relationships of "contract_types"

    +

    columns and relationships of "categories"

    Fields
    @@ -19129,51 +19160,16 @@
    Fields
    - - abi - jsonb - - - - - - -
    -
    Arguments
    -
    -
    -
    path - String -
    -

    JSON select path

    -
    -
    -
    - - - - project_configuration_schema - jsonb + + name - String! - - -
    -
    Arguments
    -
    -
    -
    path - String -
    -

    JSON select path

    -
    -
    -
    - - - type - contract_type_names_enum! - - + project_vertical_category - project_vertical_categories + An object relationship @@ -19185,9 +19181,8 @@
    Example
    {
    -  "abi": jsonb,
    -  "project_configuration_schema": jsonb,
    -  "type": "GenArt721CoreV0"
    +  "name": "Example....1..2..3...",
    +  "project_vertical_category": project_vertical_categories
     }
     
    @@ -19196,231 +19191,58 @@
    Example
    -
    +
    -

    contracts_metadata

    +

    categories_enum

    -
    -
    Description
    -

    This table details the contract deployments & metadata for Art Blocks and all Engine partners. Updates are made when a core contract is deployed.

    -
    -
    Fields
    +
    Values
    - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - -
    Field NameEnum Value Description
    address - String! + +

    collaborations

    admin - String + +

    collections

    allowlisted_users - [contract_allowlistings!]! - An array relationship
    -
    -
    Arguments
    -
    -
    -
    limit - Int -
    -

    limit the number of rows returned

    -
    -
    -
    offset - Int -
    -

    skip the first n rows. Use only with order_by

    -
    -
    -
    -
    bucket_name - String - -
    contract_type - contract_type_names_enum! - -
    curation_registry_address - String - -
    default_vertical - project_verticals - An object relationship
    dependency_registry_address - String - -
    generator_url - String - -
    minter_address - String - -
    minter_filter - minter_filters_metadata - An object relationship
    minter_filter_address - String - -
    name - String - -
    new_projects_forbidden - Boolean - A computed field, executes function "new_projects_forbidden"
    new_projects_forbidden_offchain - Boolean! - -
    new_projects_forbidden_onchain - Boolean! - -
    partner - partners - An object relationship
    partner_id - Int - -
    preferred_arweave_gateway - String - -
    preferred_ipfs_gateway - String - -
    projects - [projects_metadata!]! - An array relationship
    -
    -
    Arguments
    -
    -
    -
    limit - Int -
    -

    limit the number of rows returned

    -
    -
    -
    offset - Int -
    -

    skip the first n rows. Use only with order_by

    -
    -
    -
    -
    render_provider_address - String - -
    render_provider_percentage - Int - +
    +

    engine

    +
    render_provider_secondary_sales_address - String - -
    render_provider_secondary_sales_bps - Int +

    explorations

    token_base_url - String - -
    type - contract_types - An object relationship
    updated_at - timestamp +

    unassigned

    user_is_allowlisted - Boolean - A computed field, executes function "user_is_allowlisted"
    @@ -19430,26 +19252,7 @@
    offset<
    Example
    -
    {
    -  "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    -  "updated_at": "2023-03-30T20:22:01.629861",
    -  "bucket_name": "art-blocks-dev-goerli",
    -  "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -  "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -  "render_provider_percentage": 10,
    -  "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    -  "generator_url": "https://generator.artblocks.io",
    -  "default_vertical_name": "presents",
    -  "contract_type": "GenArt721CoreV3",
    -  "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    -  "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    -  "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -  "render_provider_secondary_sales_bps": 251,
    -  "new_projects_forbidden_onchain": false,
    -  "new_projects_forbidden_offchain": false,
    -  "preferred_ipfs_gateway": null,
    -  "preferred_arweave_gateway": null
    -}
    +                    
    "collaborations"
     
    @@ -19457,47 +19260,45 @@
    Example
    -
    +
    -

    curation_statuses_enum

    +

    contract_allowlistings

    +
    +
    Description
    +

    Users who have write-access to a given Art Blocks or Engine smart contract.

    +
    -
    Values
    +
    Fields
    - + - - + - - - + - @@ -19511,7 +19312,31 @@
    Values
    Example
    -
    "collaboration"
    +                    
    {
    +  "contract": {
    +    "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    +    "updated_at": "2023-03-30T20:22:01.629861",
    +    "bucket_name": "art-blocks-dev-goerli",
    +    "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +    "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +    "render_provider_percentage": 10,
    +    "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    +    "generator_url": "https://generator.artblocks.io",
    +    "default_vertical_name": "presents",
    +    "contract_type": "GenArt721CoreV3",
    +    "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    +    "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    +    "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +    "render_provider_secondary_sales_bps": 251,
    +    "new_projects_forbidden_onchain": false,
    +    "new_projects_forbidden_offchain": false,
    +    "preferred_ipfs_gateway": null,
    +    "preferred_arweave_gateway": null
    +  },
    +  "contract_address": "Example....1..2..3...",
    +  "user": users,
    +  "user_address": "Example....1..2..3..."
    +}
     
    @@ -19519,16 +19344,16 @@
    Example
    -
    +
    -

    dependencies_metadata

    +

    contract_type_names

    Description
    -

    columns and relationships of "dependencies_metadata"

    +

    columns and relationships of "contract_type_names"

    Fields
    @@ -19540,135 +19365,10 @@
    Fields
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + @@ -19680,16 +19380,7 @@
    offset<
    Example
    -
    {
    -  "type_and_version": "three@0.124.0",
    -  "preferred_cdn": "https://cdnjs.cloudflare.com/ajax/libs/three.js/r124/three.min.js",
    -  "preferred_repository": "https://github.com/mrdoob/three.js",
    -  "reference_website": null,
    -  "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    -  "updated_at": "2023-02-07T20:56:36.768687+00:00",
    -  "updated_onchain_at": "2023-02-07T20:54:48+00:00",
    -  "script": "{/**//*! p5.js v1.0.0 February 29, 2020 */ !function(e){if('object'==type....}"
    -}
    +                    
    {"name": "Example....1..2..3..."}
     
    @@ -19697,41 +19388,68 @@
    Example
    -
    +
    -

    dependency_additional_cdns

    +

    contract_type_names_enum

    -
    -
    Description
    -

    columns and relationships of "dependency_additional_cdns"

    -
    -
    Fields
    +
    Values
    Enum ValueField Name Description
    -

    collaboration

    -
    + contract - contracts_metadata An object relationship
    -

    curated

    +
    contract_address - String!
    -

    factory

    -
    + user - users An object relationship
    -

    playground

    +
    user_address - String!
    additional_cdns - [dependency_additional_cdns!]! - An array relationship
    -
    -
    Arguments
    -
    -
    -
    limit - Int -
    -

    limit the number of rows returned

    -
    -
    -
    offset - Int -
    -

    skip the first n rows. Use only with order_by

    -
    -
    -
    -
    additional_repositories - [dependency_additional_repositories!]! - An array relationship
    -
    -
    Arguments
    -
    -
    -
    limit - Int -
    -

    limit the number of rows returned

    -
    -
    -
    offset - Int -
    -

    skip the first n rows. Use only with order_by

    -
    -
    -
    -
    dependency_registry - dependency_registries! - An object relationship
    dependency_registry_address - String! - -
    license_type - String! - -
    name_and_version - String! - -
    preferred_cdn - String - -
    preferred_repository - String - -
    script - String - -
    scripts - [dependency_scripts!]! - An array relationship
    -
    -
    Arguments
    -
    -
    -
    limit - Int -
    -

    limit the number of rows returned

    -
    -
    -
    offset - Int -
    -

    skip the first n rows. Use only with order_by

    -
    -
    -
    -
    updated_at - timestamptz! - -
    updated_onchain_at - timestamptz! - -
    website - String - +
    name - String! +
    - + - - - + + + + + + + + + + + + + + + + @@ -19745,11 +19463,7 @@
    Fields
    Example
    -
    {
    -  "cdn": "Example....1..2..3...",
    -  "dependency_name_and_version": "Example....1..2..3...",
    -  "index": 987
    -}
    +                    
    "GenArt721CoreV0"
     
    @@ -19757,16 +19471,16 @@
    Example
    -
    +
    -

    dependency_additional_repositories

    +

    contract_types

    Description
    -

    columns and relationships of "dependency_additional_repositories"

    +

    columns and relationships of "contract_types"

    Fields
    @@ -19778,20 +19492,48 @@
    Fields
    - - + - - + + + + + + + - @@ -19806,9 +19548,9 @@
    Example
    {
    -  "dependency_name_and_version": "Example....1..2..3...",
    -  "index": 123,
    -  "repository": "Example....1..2..3..."
    +  "abi": jsonb,
    +  "project_configuration_schema": jsonb,
    +  "type": "GenArt721CoreV0"
     }
     
    @@ -19817,16 +19559,16 @@
    Example
    -
    +
    -

    dependency_registries

    +

    contracts_metadata

    Description
    -

    columns and relationships of "dependency_registries"

    +

    This table details the contract deployments & metadata for Art Blocks and all Engine partners. Updates are made when a core contract is deployed.

    Fields
    @@ -19844,8 +19586,14 @@
    Fields
    + + + + - @@ -19869,13 +19617,100 @@
    offset<
    - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -19899,17 +19734,51 @@
    offset<
    - - + + + + + + + + + + + + + + + + + + + + + + + +
    Field NameEnum Value Description
    cdn - String! + +

    GenArt721CoreV0

    dependency_name_and_version - String! + +

    GenArt721CoreV1

    index - Int! + +

    GenArt721CoreV2_ENGINE_FLEX

    +
    +
    +

    GenArt721CoreV2_PBAB

    +
    +
    +

    GenArt721CoreV3

    +
    +
    +

    GenArt721CoreV3_Engine

    +
    +
    +

    GenArt721CoreV3_Engine_Flex

    dependency_name_and_version - String! +
    abi - jsonb
    index - Int! +
    +
    +
    Arguments
    +
    +
    +
    path - String +
    +

    JSON select path

    +
    +
    +
    +
    project_configuration_schema - jsonb
    +
    +
    Arguments
    +
    +
    +
    path - String +
    +

    JSON select path

    +
    +
    +
    +
    repository - String! + type - contract_type_names_enum!
    admin - String + +
    dependencies - [dependencies_metadata!]! + allowlisted_users - [contract_allowlistings!]! An array relationship
    owner - String! + bucket_name - String + +
    contract_type - contract_type_names_enum! + +
    curation_registry_address - String + +
    default_vertical - project_verticals + An object relationship
    dependency_registry_address - String + +
    generator_url - String + +
    minter_address - String + +
    minter_filter - minter_filters_metadata + An object relationship
    minter_filter_address - String + +
    name - String + +
    new_projects_forbidden - Boolean + A computed field, executes function "new_projects_forbidden"
    new_projects_forbidden_offchain - Boolean! + +
    new_projects_forbidden_onchain - Boolean! + +
    partner_id - Int + +
    preferred_arweave_gateway - String + +
    preferred_ipfs_gateway - String
    supported_core_contracts - [contracts_metadata!]! + projects - [projects_metadata!]! An array relationship
    updated_at - timestamptz! + render_provider_address - String
    updated_onchain_at - timestamptz! + render_provider_percentage - Int + +
    render_provider_secondary_sales_address - String + +
    render_provider_secondary_sales_bps - Int + +
    token_base_url - String
    type - contract_types + An object relationship
    updated_at - timestamp + +
    user_is_allowlisted - Boolean + A computed field, executes function "user_is_allowlisted"
    @@ -19920,44 +19789,24 @@
    Example
    {
    -  "address": "Example....1..2..3...",
    -  "dependencies": [
    -    {
    -      "type_and_version": "three@0.124.0",
    -      "preferred_cdn": "https://cdnjs.cloudflare.com/ajax/libs/three.js/r124/three.min.js",
    -      "preferred_repository": "https://github.com/mrdoob/three.js",
    -      "reference_website": null,
    -      "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    -      "updated_at": "2023-02-07T20:56:36.768687+00:00",
    -      "updated_onchain_at": "2023-02-07T20:54:48+00:00",
    -      "script": "{/**//*! p5.js v1.0.0 February 29, 2020 */ !function(e){if('object'==type....}"
    -    }
    -  ],
    -  "owner": "Example....1..2..3...",
    -  "supported_core_contracts": [
    -    {
    -      "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    -      "updated_at": "2023-03-30T20:22:01.629861",
    -      "bucket_name": "art-blocks-dev-goerli",
    -      "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -      "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -      "render_provider_percentage": 10,
    -      "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    -      "generator_url": "https://generator.artblocks.io",
    -      "default_vertical_name": "presents",
    -      "contract_type": "GenArt721CoreV3",
    -      "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    -      "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    -      "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -      "render_provider_secondary_sales_bps": 251,
    -      "new_projects_forbidden_onchain": false,
    -      "new_projects_forbidden_offchain": false,
    -      "preferred_ipfs_gateway": null,
    -      "preferred_arweave_gateway": null
    -    }
    -  ],
    -  "updated_at": timestamptz,
    -  "updated_onchain_at": timestamptz
    +  "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    +  "updated_at": "2023-03-30T20:22:01.629861",
    +  "bucket_name": "art-blocks-dev-goerli",
    +  "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +  "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +  "render_provider_percentage": 10,
    +  "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    +  "generator_url": "https://generator.artblocks.io",
    +  "default_vertical_name": "presents",
    +  "contract_type": "GenArt721CoreV3",
    +  "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    +  "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    +  "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +  "render_provider_secondary_sales_bps": 251,
    +  "new_projects_forbidden_onchain": false,
    +  "new_projects_forbidden_offchain": false,
    +  "preferred_ipfs_gateway": null,
    +  "preferred_arweave_gateway": null
     }
     
    @@ -19966,47 +19815,47 @@
    Example
    -
    +
    -

    dependency_scripts

    +

    curation_statuses_enum

    -
    -
    Description
    -

    columns and relationships of "dependency_scripts"

    -
    -
    Fields
    +
    Values
    - + - - - - @@ -20020,12 +19869,7 @@
    Fields
    Example
    -
    {
    -  "address": "Example....1..2..3...",
    -  "dependency_name_and_version": "Example....1..2..3...",
    -  "index": 987,
    -  "script": "Example....1..2..3..."
    -}
    +                    
    "collaboration"
     
    @@ -20033,16 +19877,16 @@
    Example
    -
    +
    -

    entity_tags

    +

    dependencies_metadata

    Description
    -

    This table stores rows of metadata tags associated with all projects.

    +

    columns and relationships of "dependencies_metadata"

    Fields
    @@ -20054,41 +19898,133 @@
    Fields
    - - - + + - - + - - - - + + - - + + + + - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -20103,39 +20039,14 @@
    Example
    {
    -  "id": 987,
    -  "project": {
    -    "activated_at": "2022-09-16T19:33:12+00:00",
    -    "active": false,
    -    "additional_payee": "0x000000000000000000000000000000000000dEaD",
    -    "id": "0x010be6545e14f1dc50256286d9920e833f809c6a-0",
    -    "projectId": "0",
    -    "additionalPayee": null,
    -    "curationStatus": null,
    -    "name": "Sacred Trees",
    -    "artistName": "hideo",
    -    "complete": false,
    -    "currencySymbol": "LEGEND",
    -    "license": "CC BY-NC-SA 4.0",
    -    "aspectRatio": null,
    -    "maxInvocations": "1024",
    -    "paused": false,
    -    "description": "Born from the Great Wizard’s dream, the Sacred Trees grow on distant worlds, surrounded by moons. Magic runes will be granted to those who see them in a vision.\n\nR: toggle rotation\ndrag and drop to rotate\nscroll to zoom in and out",
    -    "script": "THREE.OrbitControls=function(e,t){var n,o,a,i,r,s;void 0===t&&console.warn('THREE.OrbitControls: The second parameter \"domElement\" is now mandatory.')",
    -    "additionalPayeePercentage": null,
    -    "baseUri": "https://token.artblocks.io/0x010bE6545e14f1DC50256286d9920e833F809C6A/",
    -    "currencyAddress": "0x79592dcfd7dd0ba5c7b1faed25dfed61e8664ef9",
    -    "royaltyPercentage": "5",
    -    "scriptJSON": "{\"aspectRatio\":\"1\",\"type\":\"threejs\"}",
    -    "website": "https://legendsofmetaterra.com/pbab/project/0",
    -    "ipfsHash": null,
    -    "scriptTypeAndVersion": null
    -  },
    -  "project_id": "Example....1..2..3...",
    -  "tag": tags,
    -  "tag_name": "Example....1..2..3...",
    -  "user": users,
    -  "user_address": "Example....1..2..3..."
    +  "type_and_version": "three@0.124.0",
    +  "preferred_cdn": "https://cdnjs.cloudflare.com/ajax/libs/three.js/r124/three.min.js",
    +  "preferred_repository": "https://github.com/mrdoob/three.js",
    +  "reference_website": null,
    +  "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    +  "updated_at": "2023-02-07T20:56:36.768687+00:00",
    +  "updated_onchain_at": "2023-02-07T20:54:48+00:00",
    +  "script": "{/**//*! p5.js v1.0.0 February 29, 2020 */ !function(e){if('object'==type....}"
     }
     
    @@ -20144,16 +20055,16 @@
    Example
    -
    +
    -

    favorites

    +

    dependency_additional_cdns

    Description
    -

    This table lists a users’ favorites (tokens, projects, other users)

    +

    columns and relationships of "dependency_additional_cdns"

    Fields
    @@ -20166,51 +20077,19 @@
    Fields
    - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -20225,53 +20104,9 @@
    Example
    {
    -  "favorited_project_id": "Example....1..2..3...",
    -  "favorited_token_id": "Example....1..2..3...",
    -  "favorited_user": users,
    -  "favorited_user_address": "Example....1..2..3...",
    -  "id": 123,
    -  "project_metadata": {
    -    "activated_at": "2022-09-16T19:33:12+00:00",
    -    "active": false,
    -    "additional_payee": "0x000000000000000000000000000000000000dEaD",
    -    "id": "0x010be6545e14f1dc50256286d9920e833f809c6a-0",
    -    "projectId": "0",
    -    "additionalPayee": null,
    -    "curationStatus": null,
    -    "name": "Sacred Trees",
    -    "artistName": "hideo",
    -    "complete": false,
    -    "currencySymbol": "LEGEND",
    -    "license": "CC BY-NC-SA 4.0",
    -    "aspectRatio": null,
    -    "maxInvocations": "1024",
    -    "paused": false,
    -    "description": "Born from the Great Wizard’s dream, the Sacred Trees grow on distant worlds, surrounded by moons. Magic runes will be granted to those who see them in a vision.\n\nR: toggle rotation\ndrag and drop to rotate\nscroll to zoom in and out",
    -    "script": "THREE.OrbitControls=function(e,t){var n,o,a,i,r,s;void 0===t&&console.warn('THREE.OrbitControls: The second parameter \"domElement\" is now mandatory.')",
    -    "additionalPayeePercentage": null,
    -    "baseUri": "https://token.artblocks.io/0x010bE6545e14f1DC50256286d9920e833F809C6A/",
    -    "currencyAddress": "0x79592dcfd7dd0ba5c7b1faed25dfed61e8664ef9",
    -    "royaltyPercentage": "5",
    -    "scriptJSON": "{\"aspectRatio\":\"1\",\"type\":\"threejs\"}",
    -    "website": "https://legendsofmetaterra.com/pbab/project/0",
    -    "ipfsHash": null,
    -    "scriptTypeAndVersion": null
    -  },
    -  "token_metadata": {
    -    "features": {"Color": "Gradient", "Grain": "Medium", "Style": "Company"},
    -    "hash": "0xf7d5d10b21719531d413abc2b8a66d8daf77a28fb18078c0149c7d1f754fe2d8",
    -    "invocation": "100",
    -    "mint_transaction_hash": "0x03de6230b355866f45c441cdfcf0531c375c1b72a49421e6385eb9284cd6df3f",
    -    "owner_address": "0xab0bfcafa3d6ec73344f195e98695965cd55f9ad",
    -    "contract_address": "0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6",
    -    "favorited_by_user": false,
    -    "isFlaggedAsSuspicious": null,
    -    "live_view_path": "/0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6/8000005",
    -    "media_url": "https://media-proxy-development.artblocks.io/0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6/8000005.png",
    -    "minted_at": "2022-09-08T19:53:24+00:00"
    -  },
    -  "user": users,
    -  "user_public_address": "Example....1..2..3..."
    +  "cdn": "Example....1..2..3...",
    +  "dependency_name_and_version": "Example....1..2..3...",
    +  "index": 987
     }
     
    @@ -20280,16 +20115,16 @@
    Example
    -
    +
    -

    feature_flags

    +

    dependency_additional_repositories

    Description
    -

    columns and relationships of "feature_flags"

    +

    columns and relationships of "dependency_additional_repositories"

    Fields
    @@ -20302,13 +20137,19 @@
    Fields
    - - + + + + @@ -20323,8 +20164,9 @@
    Example
    {
    -  "flag_name": "Example....1..2..3...",
    -  "globally_enabled": true
    +  "dependency_name_and_version": "Example....1..2..3...",
    +  "index": 123,
    +  "repository": "Example....1..2..3..."
     }
     
    @@ -20333,58 +20175,16 @@
    Example
    -
    +
    -

    float8

    -
    -
    -
    -
    -
    -
    Example
    - - -
    float8
    -
    - - -
    -
    -
    -
    -
    -
    - Types -
    -

    jsonb

    -
    -
    -
    -
    -
    -
    Example
    - - -
    jsonb
    -
    - - -
    -
    -
    -
    -
    -
    - Types -
    -

    media

    +

    dependency_registries

    Description
    -

    This table details the rendered image files, and all other media assets, for Art Blocks and all Engine partners.

    +

    columns and relationships of "dependency_registries"

    Fields
    @@ -20397,33 +20197,45 @@
    Fields
    - - - + - + - - - + - - - + - - + -
    Field NameEnum Value Description
    address - String! + +

    collaboration

    dependency_name_and_version - String! + +

    curated

    index - Int! + +

    factory

    script - String! + +

    playground

    id - Int! - +
    additional_cdns - [dependency_additional_cdns!]! An array relationship
    project - projects_metadata +
    +
    +
    Arguments
    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    An object relationship
    project_id - String - +
    additional_repositories - [dependency_additional_repositories!]! An array relationship
    tag - tags +
    +
    +
    Arguments
    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    +
    dependency_registry - dependency_registries! An object relationship
    tag_name - String! + dependency_registry_address - String!
    user - users + license_type - String! + An object relationship
    user_address - String + name_and_version - String! + +
    preferred_cdn - String + +
    preferred_repository - String + +
    script - String + +
    scripts - [dependency_scripts!]! + An array relationship
    +
    +
    Arguments
    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    +
    updated_at - timestamptz! + +
    updated_onchain_at - timestamptz! + +
    website - String
    favorited_project_id - String - -
    favorited_token_id - String - -
    favorited_user - users - An object relationship
    favorited_user_address - String + cdn - String!
    id - Int! + dependency_name_and_version - String!
    project_metadata - projects_metadata - An object relationship
    token_metadata - tokens_metadata - An object relationship
    user - users! - An object relationship
    user_public_address - String! + index - Int!
    flag_name - String! + dependency_name_and_version - String!
    globally_enabled - Boolean! + index - Int! + +
    repository - String!
    bucket_name - String! + address - String!
    extension - String +
    dependencies - [dependencies_metadata!]! A computed field, executes function "media_extension" An array relationship
    file_path - String! - +
    +
    +
    Arguments
    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    id - Int! + owner - String!
    metadata - jsonb - + supported_core_contracts - [contracts_metadata!]! An array relationship
    @@ -20431,24 +20243,30 @@
    Fields
    Arguments
    -
    path - String +
    limit - Int
    -

    JSON select path

    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    owner_id - String + updated_at - timestamptz!
    url - String + updated_onchain_at - timestamptz! + A computed field, executes function "media_url"
    @@ -20460,13 +20278,44 @@
    Example
    {
    -  "bucket_name": "Example....1..2..3...",
    -  "extension": "Example....1..2..3...",
    -  "file_path": "Example....1..2..3...",
    -  "id": 123,
    -  "metadata": jsonb,
    -  "owner_id": "Example....1..2..3...",
    -  "url": "Example....1..2..3..."
    +  "address": "Example....1..2..3...",
    +  "dependencies": [
    +    {
    +      "type_and_version": "three@0.124.0",
    +      "preferred_cdn": "https://cdnjs.cloudflare.com/ajax/libs/three.js/r124/three.min.js",
    +      "preferred_repository": "https://github.com/mrdoob/three.js",
    +      "reference_website": null,
    +      "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    +      "updated_at": "2023-02-07T20:56:36.768687+00:00",
    +      "updated_onchain_at": "2023-02-07T20:54:48+00:00",
    +      "script": "{/**//*! p5.js v1.0.0 February 29, 2020 */ !function(e){if('object'==type....}"
    +    }
    +  ],
    +  "owner": "Example....1..2..3...",
    +  "supported_core_contracts": [
    +    {
    +      "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    +      "updated_at": "2023-03-30T20:22:01.629861",
    +      "bucket_name": "art-blocks-dev-goerli",
    +      "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +      "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +      "render_provider_percentage": 10,
    +      "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    +      "generator_url": "https://generator.artblocks.io",
    +      "default_vertical_name": "presents",
    +      "contract_type": "GenArt721CoreV3",
    +      "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    +      "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    +      "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +      "render_provider_secondary_sales_bps": 251,
    +      "new_projects_forbidden_onchain": false,
    +      "new_projects_forbidden_offchain": false,
    +      "preferred_ipfs_gateway": null,
    +      "preferred_arweave_gateway": null
    +    }
    +  ],
    +  "updated_at": timestamptz,
    +  "updated_onchain_at": timestamptz
     }
     
    @@ -20475,16 +20324,16 @@
    Example
    -
    +
    -

    minter_filter_type_names

    +

    dependency_scripts

    Description
    -

    Enumeration of minter filter types

    +

    columns and relationships of "dependency_scripts"

    Fields
    @@ -20497,7 +20346,25 @@
    Fields
    - name - String! + address - String! + + + + + + dependency_name_and_version - String! + + + + + + index - Int! + + + + + + script - String! @@ -20511,7 +20378,12 @@
    Fields
    Example
    -
    {"name": "Example....1..2..3..."}
    +                    
    {
    +  "address": "Example....1..2..3...",
    +  "dependency_name_and_version": "Example....1..2..3...",
    +  "index": 123,
    +  "script": "Example....1..2..3..."
    +}
     
    @@ -20519,47 +20391,62 @@
    Example
    -
    +
    -

    minter_filter_type_names_enum

    +

    entity_tags

    +
    +
    Description
    +

    This table stores rows of metadata tags associated with all projects.

    +
    -
    Values
    +
    Fields
    - + - - + + + + - + + + + - + + + + @@ -20573,7 +20460,41 @@
    Values
    Example
    -
    "MinterFilterV0"
    +                    
    {
    +  "id": 987,
    +  "project": {
    +    "activated_at": "2022-09-16T19:33:12+00:00",
    +    "active": false,
    +    "additional_payee": "0x000000000000000000000000000000000000dEaD",
    +    "id": "0x010be6545e14f1dc50256286d9920e833f809c6a-0",
    +    "projectId": "0",
    +    "additionalPayee": null,
    +    "curationStatus": null,
    +    "name": "Sacred Trees",
    +    "artistName": "hideo",
    +    "complete": false,
    +    "currencySymbol": "LEGEND",
    +    "license": "CC BY-NC-SA 4.0",
    +    "aspectRatio": null,
    +    "maxInvocations": "1024",
    +    "paused": false,
    +    "description": "Born from the Great Wizard’s dream, the Sacred Trees grow on distant worlds, surrounded by moons. Magic runes will be granted to those who see them in a vision.\n\nR: toggle rotation\ndrag and drop to rotate\nscroll to zoom in and out",
    +    "script": "THREE.OrbitControls=function(e,t){var n,o,a,i,r,s;void 0===t&&console.warn('THREE.OrbitControls: The second parameter \"domElement\" is now mandatory.')",
    +    "additionalPayeePercentage": null,
    +    "baseUri": "https://token.artblocks.io/0x010bE6545e14f1DC50256286d9920e833F809C6A/",
    +    "currencyAddress": "0x79592dcfd7dd0ba5c7b1faed25dfed61e8664ef9",
    +    "royaltyPercentage": "5",
    +    "scriptJSON": "{\"aspectRatio\":\"1\",\"type\":\"threejs\"}",
    +    "website": "https://legendsofmetaterra.com/pbab/project/0",
    +    "ipfsHash": null,
    +    "scriptTypeAndVersion": null
    +  },
    +  "project_id": "Example....1..2..3...",
    +  "tag": tags,
    +  "tag_name": "Example....1..2..3...",
    +  "user": users,
    +  "user_address": "Example....1..2..3..."
    +}
     
    @@ -20581,32 +20502,76 @@
    Example
    -
    +
    -

    minter_filter_type_names_select_column

    +

    favorites

    Description
    -

    select columns of table "minter_filter_type_names"

    +

    This table lists a users’ favorites (tokens, projects, other users)

    -
    Values
    +
    Fields
    Enum ValueField Name Description
    -

    MinterFilterV0

    +
    id - Int!
    -

    MinterFilterV1

    +
    project - projects_metadata + An object relationship
    project_id - String
    -

    MinterFilterV2

    +
    tag - tags + An object relationship
    tag_name - String!
    -

    UNKNOWN

    +
    user - users + An object relationship
    user_address - String
    - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
    Enum ValueField Name Description
    favorited_project_id - String + +
    favorited_token_id - String + +
    favorited_user - users + An object relationship
    favorited_user_address - String + +
    id - Int! + +
    project_metadata - projects_metadata + An object relationship
    token_metadata - tokens_metadata + An object relationship
    user - users! + An object relationship
    user_public_address - String! + -

    name

    column name
    @@ -20617,7 +20582,55 @@
    Values
    Example
    -
    "name"
    +                    
    {
    +  "favorited_project_id": "Example....1..2..3...",
    +  "favorited_token_id": "Example....1..2..3...",
    +  "favorited_user": users,
    +  "favorited_user_address": "Example....1..2..3...",
    +  "id": 987,
    +  "project_metadata": {
    +    "activated_at": "2022-09-16T19:33:12+00:00",
    +    "active": false,
    +    "additional_payee": "0x000000000000000000000000000000000000dEaD",
    +    "id": "0x010be6545e14f1dc50256286d9920e833f809c6a-0",
    +    "projectId": "0",
    +    "additionalPayee": null,
    +    "curationStatus": null,
    +    "name": "Sacred Trees",
    +    "artistName": "hideo",
    +    "complete": false,
    +    "currencySymbol": "LEGEND",
    +    "license": "CC BY-NC-SA 4.0",
    +    "aspectRatio": null,
    +    "maxInvocations": "1024",
    +    "paused": false,
    +    "description": "Born from the Great Wizard’s dream, the Sacred Trees grow on distant worlds, surrounded by moons. Magic runes will be granted to those who see them in a vision.\n\nR: toggle rotation\ndrag and drop to rotate\nscroll to zoom in and out",
    +    "script": "THREE.OrbitControls=function(e,t){var n,o,a,i,r,s;void 0===t&&console.warn('THREE.OrbitControls: The second parameter \"domElement\" is now mandatory.')",
    +    "additionalPayeePercentage": null,
    +    "baseUri": "https://token.artblocks.io/0x010bE6545e14f1DC50256286d9920e833F809C6A/",
    +    "currencyAddress": "0x79592dcfd7dd0ba5c7b1faed25dfed61e8664ef9",
    +    "royaltyPercentage": "5",
    +    "scriptJSON": "{\"aspectRatio\":\"1\",\"type\":\"threejs\"}",
    +    "website": "https://legendsofmetaterra.com/pbab/project/0",
    +    "ipfsHash": null,
    +    "scriptTypeAndVersion": null
    +  },
    +  "token_metadata": {
    +    "features": {"Color": "Gradient", "Grain": "Medium", "Style": "Company"},
    +    "hash": "0xf7d5d10b21719531d413abc2b8a66d8daf77a28fb18078c0149c7d1f754fe2d8",
    +    "invocation": "100",
    +    "mint_transaction_hash": "0x03de6230b355866f45c441cdfcf0531c375c1b72a49421e6385eb9284cd6df3f",
    +    "owner_address": "0xab0bfcafa3d6ec73344f195e98695965cd55f9ad",
    +    "contract_address": "0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6",
    +    "favorited_by_user": false,
    +    "isFlaggedAsSuspicious": null,
    +    "live_view_path": "/0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6/8000005",
    +    "media_url": "https://media-proxy-development.artblocks.io/0x1bf03f29c4fefffe4ee26704aaa31d85c026ace6/8000005.png",
    +    "minted_at": "2022-09-08T19:53:24+00:00"
    +  },
    +  "user": users,
    +  "user_public_address": "Example....1..2..3..."
    +}
     
    @@ -20625,16 +20638,16 @@
    Example
    -
    +
    -

    minter_filters_metadata

    +

    feature_flags

    Description
    -

    Newly-deployed minters (ie. Set Price minter, Dutch Auction with Settlement minter, etc) must be approved by the Art Blocks minter-filter contract before they may be included for purchasing on an artist’s project. This table tracks a minter-filter’s approved contracts.

    +

    columns and relationships of "feature_flags"

    Fields
    @@ -20647,67 +20660,13 @@
    Fields
    - address - String! - - - - - - core_registry_address - String + flag_name - String! - - globally_allowed_minters - [minters_metadata!] - - A computed field, executes function "select_minterfilter_allowed_minters" - - - -
    -
    Arguments
    -
    -
    -
    limit - Int -
    -

    limit the number of rows returned

    -
    -
    -
    offset - Int -
    -

    skip the first n rows. Use only with order_by

    -
    -
    -
    - - - - known_minters - [minters_metadata!]! - - An array relationship - - - -
    -
    Arguments
    -
    -
    -
    limit - Int -
    -

    limit the number of rows returned

    -
    -
    -
    offset - Int -
    -

    skip the first n rows. Use only with order_by

    -
    -
    -
    - - - type - minter_filter_type_names_enum + globally_enabled - Boolean! @@ -20722,27 +20681,8 @@
    Example
    {
    -  "address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    -  "allowed_minters": [
    -    {
    -      "address": "0x9ff63446d56c608252fb8cb5772c849860843a46",
    -      "minter_type": "MinterDAExpV4",
    -      "type": {
    -        "label": "Dutch auction - exponential price decrease",
    -        "unversioned_type": "MinterDAExp"
    -      },
    -      "version_number": 4
    -    },
    -    {
    -      "address": "0x73873eaaf65338256e31b1e612ac74d09492b5b8",
    -      "minter_type": "MinterDALinV2",
    -      "type": {
    -        "label": "Dutch auction - linear price decrease",
    -        "unversioned_type": "MinterDALin"
    -      },
    -      "version_number": 2
    -    }
    -  ]
    +  "flag_name": "Example....1..2..3...",
    +  "globally_enabled": true
     }
     
    @@ -20751,52 +20691,470 @@
    Example
    -
    +
    -

    minter_type_names_enum

    +

    float8

    +
    +
    +
    +
    +
    +
    Example
    + + +
    float8
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    jsonb

    +
    +
    +
    +
    +
    +
    Example
    + + +
    jsonb
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    media

    +
    +
    Description
    +

    This table details the rendered image files, and all other media assets, for Art Blocks and all Engine partners.

    +
    -
    Values
    +
    Fields
    - + - - - + - - - + + + + + + + + + + + + + + + + +
    Enum ValueField Name Description
    -

    MinterDAExpHolderV5

    +
    bucket_name - String!
    -

    MinterDAExpSettlementV0

    -
    + extension - String A computed field, executes function "media_extension"
    -

    MinterDAExpSettlementV1

    +
    file_path - String!
    -

    MinterDAExpSettlementV2

    +
    id - Int!
    metadata - jsonb + +
    +
    +
    Arguments
    +
    +
    +
    path - String +
    +

    JSON select path

    +
    +
    +
    +
    owner_id - String + +
    url - String + A computed field, executes function "media_url"
    +
    +
    +
    +
    +
    Example
    + + +
    {
    +  "bucket_name": "Example....1..2..3...",
    +  "extension": "Example....1..2..3...",
    +  "file_path": "Example....1..2..3...",
    +  "id": 987,
    +  "metadata": jsonb,
    +  "owner_id": "Example....1..2..3...",
    +  "url": "Example....1..2..3..."
    +}
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    minter_filter_type_names

    +
    +
    +
    +
    Description
    +

    Enumeration of minter filter types

    +
    +
    +
    Fields
    + + + + + + + + + + + + + +
    Field NameDescription
    name - String! + +
    +
    +
    +
    +
    +
    Example
    + + +
    {"name": "Example....1..2..3..."}
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    minter_filter_type_names_enum

    +
    +
    +
    +
    Values
    + + + + + + + + + + + + + + + + + + + + + + + + + +
    Enum ValueDescription
    +

    MinterFilterV0

    +
    +
    +

    MinterFilterV1

    +
    +
    +

    MinterFilterV2

    +
    +
    +

    UNKNOWN

    +
    +
    +
    +
    +
    +
    +
    Example
    + + +
    "MinterFilterV0"
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    minter_filter_type_names_select_column

    +
    +
    +
    +
    Description
    +

    select columns of table "minter_filter_type_names"

    +
    +
    +
    Values
    + + + + + + + + + + + + + +
    Enum ValueDescription
    +

    name

    +
    column name
    +
    +
    +
    +
    +
    Example
    + + +
    "name"
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    minter_filters_metadata

    +
    +
    +
    +
    Description
    +

    Newly-deployed minters (ie. Set Price minter, Dutch Auction with Settlement minter, etc) must be approved by the Art Blocks minter-filter contract before they may be included for purchasing on an artist’s project. This table tracks a minter-filter’s approved contracts.

    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Field NameDescription
    address - String! + +
    core_registry_address - String + +
    globally_allowed_minters - [minters_metadata!] + A computed field, executes function "select_minterfilter_allowed_minters"
    +
    +
    Arguments
    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    +
    known_minters - [minters_metadata!]! + An array relationship
    +
    +
    Arguments
    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    +
    type - minter_filter_type_names_enum + +
    +
    +
    +
    +
    +
    Example
    + + +
    {
    +  "address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    +  "allowed_minters": [
    +    {
    +      "address": "0x9ff63446d56c608252fb8cb5772c849860843a46",
    +      "minter_type": "MinterDAExpV4",
    +      "type": {
    +        "label": "Dutch auction - exponential price decrease",
    +        "unversioned_type": "MinterDAExp"
    +      },
    +      "version_number": 4
    +    },
    +    {
    +      "address": "0x73873eaaf65338256e31b1e612ac74d09492b5b8",
    +      "minter_type": "MinterDALinV2",
    +      "type": {
    +        "label": "Dutch auction - linear price decrease",
    +        "unversioned_type": "MinterDALin"
    +      },
    +      "version_number": 2
    +    }
    +  ]
    +}
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    minter_type_names_enum

    +
    +
    +
    +
    Values
    + + + + + + + + + + + + + + + + + + + + + + + + + @@ -20805,259 +21163,879 @@
    Values
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Enum ValueDescription
    +

    MinterDAExpHolderV5

    +
    +
    +

    MinterDAExpSettlementV0

    +
    +
    +

    MinterDAExpSettlementV1

    +
    +
    +

    MinterDAExpSettlementV2

    +
    +

    MinterDAExpSettlementV3

    -

    MinterDAExpV0

    +

    MinterDAExpV0

    +
    +
    +

    MinterDAExpV1

    +
    +
    +

    MinterDAExpV2

    +
    +
    +

    MinterDAExpV4

    +
    +
    +

    MinterDAExpV5

    +
    +
    +

    MinterDALinHolderV5

    +
    +
    +

    MinterDALinV0

    +
    +
    +

    MinterDALinV1

    +
    +
    +

    MinterDALinV2

    +
    +
    +

    MinterDALinV3

    +
    +
    +

    MinterDALinV4

    +
    +
    +

    MinterDALinV5

    +
    +
    +

    MinterHolderV0

    +
    +
    +

    MinterHolderV1

    +
    +
    +

    MinterHolderV2

    +
    +
    +

    MinterHolderV4

    +
    +
    +

    MinterMerkleV0

    +
    +
    +

    MinterMerkleV1

    +
    +
    +

    MinterMerkleV2

    +
    +
    +

    MinterMerkleV3

    +
    +
    +

    MinterMerkleV5

    +
    +
    +

    MinterPolyptychV0

    +
    +
    +

    MinterSEAV0

    +
    +
    +

    MinterSetPriceERC20V0

    +
    +
    +

    MinterSetPriceERC20V1

    +
    +
    +

    MinterSetPriceERC20V2

    +
    +
    +

    MinterSetPriceERC20V4

    +
    +
    +

    MinterSetPriceERC20V5

    +
    +
    +

    MinterSetPriceHolderV5

    +
    +
    +

    MinterSetPriceMerkleV5

    +
    +
    +

    MinterSetPricePolyptychERC20V5

    +
    +
    +

    MinterSetPricePolyptychV5

    +
    +
    +

    MinterSetPriceV0

    +
    +
    +

    MinterSetPriceV1

    +
    +
    +

    MinterSetPriceV2

    +
    +
    +

    MinterSetPriceV4

    -

    MinterDAExpV1

    +

    MinterSetPriceV5

    +
    +
    +
    +
    +
    +
    +
    Example
    + + +
    "MinterDAExpHolderV5"
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    minter_types

    +
    +
    +
    +
    Description
    +

    Minters are versioned within this table, and the metadata (ie. labels & descriptions) describing the functionality/features of a particular minter version are listed here. Data is updated after the AB team deploys a new generic minter type to the blockchain and public subgraph.

    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Field NameDescription
    active - Boolean! + +
    description_template - String! + +
    label - String + +
    project_configuration_schema - jsonb! + +
    +
    +
    Arguments
    +
    +
    +
    path - String +
    +

    JSON select path

    +
    +
    +
    +
    type - minter_type_names_enum! + +
    unversioned_type - String + A computed field, executes function "minter_type_unversioned"
    version_number - Int + A computed field, executes function "minter_type_version_number"
    +
    +
    +
    +
    +
    Example
    + + +
    {
    +  "active": false,
    +  "description_template": "Example....1..2..3...",
    +  "label": "Example....1..2..3...",
    +  "project_configuration_schema": jsonb,
    +  "type": "MinterDAExpHolderV5",
    +  "unversioned_type": "Example....1..2..3...",
    +  "version_number": 987
    +}
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    minters_metadata

    +
    +
    +
    +
    Description
    +

    This table details the auction and metadata pertaining to Art Blocks “minters” - or, the varieties of purchasing mechanics available for projects. Data is updated after the AB team deploys a new generic minter type to the blockchain and public subgraph.

    +
    +
    +
    Fields
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Field NameDescription
    address - String! + +
    extra_minter_details - jsonb + +
    +
    +
    Arguments
    +
    +
    +
    path - String +
    +

    JSON select path

    +
    +
    +
    +
    is_globally_allowlisted_on_minter_filter - Boolean! + +
    minter_filter - minter_filters_metadata + An object relationship
    minter_filter_address - String! + +
    minter_type - minter_type_names_enum!
    receipts - [receipt_metadata!]! + An array relationship
    +
    +
    Arguments
    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    +
    type - minter_types + An object relationship
    +
    +
    +
    +
    +
    Example
    + + +
    {
    +  "address": "0x25e406fa37ade314869f5feea7fbbb252dcacb48",
    +  "minimum_auction_length_in_seconds": 3600,
    +  "minter_type": "MinterDALinV1",
    +  "minter_filter_address": "0x2a85c3c3e1c404a03e54cec6af013ee0714f26db",
    +  "maximum_price_decay_half_life_in_seconds": 3600,
    +  "minimum_price_decay_half_life_in_seconds": 300,
    +  "core_contract_address": "0x7077e777c29ae870d6842b4d1e94511077c99825",
    +  "extra_minter_details": "{...}"
    +}
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    numeric

    +
    +
    +
    +
    +
    +
    Example
    + + +
    numeric
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    oob_tokens_metadata

    +
    +
    +
    +
    Description
    +

    Table for out-of-bounds tokens created for previewing upcoming projects

    +
    +
    +
    Fields
    + + - - + + + + - - + - - - + - - - - - + - - - + - - + - - + - - + - - + - - + - - - - + - + +
    -

    MinterDAExpV2

    -
    - Field NameDescription
    -

    MinterDAExpV4

    -
    + contract - contracts_metadata! An object relationship
    -

    MinterDAExpV5

    +
    contract_address - String!
    -

    MinterDALinHolderV5

    -
    + gif - media An object relationship
    -

    MinterDALinV0

    +
    gif_id - Int
    -

    MinterDALinV1

    +
    hash - String!
    -

    MinterDALinV2

    +
    id - String!
    -

    MinterDALinV3

    -
    + image - media An object relationship
    -

    MinterDALinV4

    +
    image_id - Int
    -

    MinterDALinV5

    -
    + live_view_path - String A computed field, executes function "oob_live_view_path"
    -

    MinterHolderV0

    -
    + live_view_url - String A computed field, executes function "oob_live_view_url"
    -

    MinterHolderV1

    -
    + media_url - String a computed field that returns the media proxy url for this OOB token's statically rendered image
    -

    MinterHolderV2

    -
    + preview_asset_url - String A computed field, executes function "oob_preview_asset_url"
    -

    MinterHolderV4

    -
    + primary_asset_url - String A computed field, executes function "oob_primary_asset_url"
    -

    MinterMerkleV0

    -
    + project - projects_metadata! An object relationship
    -

    MinterMerkleV1

    +
    project_id - String!
    -

    MinterMerkleV2

    +
    token_id - Int!
    -

    MinterMerkleV3

    -
    + video - media An object relationship
    -

    MinterMerkleV5

    +
    video_id - Int
    +
    +
    +
    +
    +
    Example
    + + +
    {
    +  "contract": {
    +    "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    +    "updated_at": "2023-03-30T20:22:01.629861",
    +    "bucket_name": "art-blocks-dev-goerli",
    +    "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +    "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +    "render_provider_percentage": 10,
    +    "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    +    "generator_url": "https://generator.artblocks.io",
    +    "default_vertical_name": "presents",
    +    "contract_type": "GenArt721CoreV3",
    +    "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    +    "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    +    "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    +    "render_provider_secondary_sales_bps": 251,
    +    "new_projects_forbidden_onchain": false,
    +    "new_projects_forbidden_offchain": false,
    +    "preferred_ipfs_gateway": null,
    +    "preferred_arweave_gateway": null
    +  },
    +  "contract_address": "Example....1..2..3...",
    +  "gif": media,
    +  "gif_id": 987,
    +  "hash": "Example....1..2..3...",
    +  "id": "Example....1..2..3...",
    +  "image": media,
    +  "image_id": 123,
    +  "live_view_path": "Example....1..2..3...",
    +  "live_view_url": "Example....1..2..3...",
    +  "media_url": "Example....1..2..3...",
    +  "preview_asset_url": "Example....1..2..3...",
    +  "primary_asset_url": "Example....1..2..3...",
    +  "project": {
    +    "activated_at": "2022-09-16T19:33:12+00:00",
    +    "active": false,
    +    "additional_payee": "0x000000000000000000000000000000000000dEaD",
    +    "id": "0x010be6545e14f1dc50256286d9920e833f809c6a-0",
    +    "projectId": "0",
    +    "additionalPayee": null,
    +    "curationStatus": null,
    +    "name": "Sacred Trees",
    +    "artistName": "hideo",
    +    "complete": false,
    +    "currencySymbol": "LEGEND",
    +    "license": "CC BY-NC-SA 4.0",
    +    "aspectRatio": null,
    +    "maxInvocations": "1024",
    +    "paused": false,
    +    "description": "Born from the Great Wizard’s dream, the Sacred Trees grow on distant worlds, surrounded by moons. Magic runes will be granted to those who see them in a vision.\n\nR: toggle rotation\ndrag and drop to rotate\nscroll to zoom in and out",
    +    "script": "THREE.OrbitControls=function(e,t){var n,o,a,i,r,s;void 0===t&&console.warn('THREE.OrbitControls: The second parameter \"domElement\" is now mandatory.')",
    +    "additionalPayeePercentage": null,
    +    "baseUri": "https://token.artblocks.io/0x010bE6545e14f1DC50256286d9920e833F809C6A/",
    +    "currencyAddress": "0x79592dcfd7dd0ba5c7b1faed25dfed61e8664ef9",
    +    "royaltyPercentage": "5",
    +    "scriptJSON": "{\"aspectRatio\":\"1\",\"type\":\"threejs\"}",
    +    "website": "https://legendsofmetaterra.com/pbab/project/0",
    +    "ipfsHash": null,
    +    "scriptTypeAndVersion": null
    +  },
    +  "project_id": "Example....1..2..3...",
    +  "token_id": 123,
    +  "video": media,
    +  "video_id": 123
    +}
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    oob_tokens_metadata_aggregate

    +
    +
    +
    +
    Description
    +

    aggregated selection of "oob_tokens_metadata"

    +
    +
    +
    Fields
    + + - - + + + + - - + +
    -

    MinterPolyptychV0

    -
    - Field NameDescription
    -

    MinterSEAV0

    +
    aggregate - oob_tokens_metadata_aggregate_fields
    -

    MinterSetPriceERC20V0

    +
    nodes - [oob_tokens_metadata!]!
    +
    +
    +
    +
    +
    Example
    + + +
    {
    +  "aggregate": oob_tokens_metadata_aggregate_fields,
    +  "nodes": [oob_tokens_metadata]
    +}
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    oob_tokens_metadata_aggregate_fields

    +
    +
    +
    +
    Description
    +

    aggregate fields of "oob_tokens_metadata"

    +
    +
    +
    Fields
    + + - - + + + + - - - + - - - + - - - - - - - - - @@ -21071,7 +22049,19 @@
    Values
    Example
    -
    "MinterDAExpHolderV5"
    +                    
    {
    +  "avg": oob_tokens_metadata_avg_fields,
    +  "count": 123,
    +  "max": oob_tokens_metadata_max_fields,
    +  "min": oob_tokens_metadata_min_fields,
    +  "stddev": oob_tokens_metadata_stddev_fields,
    +  "stddev_pop": oob_tokens_metadata_stddev_pop_fields,
    +  "stddev_samp": oob_tokens_metadata_stddev_samp_fields,
    +  "sum": oob_tokens_metadata_sum_fields,
    +  "var_pop": oob_tokens_metadata_var_pop_fields,
    +  "var_samp": oob_tokens_metadata_var_samp_fields,
    +  "variance": oob_tokens_metadata_variance_fields
    +}
     
    @@ -21079,16 +22069,16 @@
    Example
    -
    +
    -

    minter_types

    +

    oob_tokens_metadata_avg_fields

    Description
    -

    Minters are versioned within this table, and the metadata (ie. labels & descriptions) describing the functionality/features of a particular minter version are listed here. Data is updated after the AB team deploys a new generic minter type to the blockchain and public subgraph.

    +

    aggregate avg on columns

    Fields
    @@ -21101,59 +22091,29 @@
    Fields
    - - - - - - - - - - - - - - - - - - -
    -

    MinterSetPriceERC20V1

    -
    - Field NameDescription
    -

    MinterSetPriceERC20V2

    +
    avg - oob_tokens_metadata_avg_fields
    -

    MinterSetPriceERC20V4

    +
    count - Int!
    -

    MinterSetPriceERC20V5

    -
    +
    +
    +
    Arguments
    +
    + +
    +
    distinct - Boolean +
    +
    +
    +
    -

    MinterSetPriceHolderV5

    +
    max - oob_tokens_metadata_max_fields
    -

    MinterSetPriceMerkleV5

    +
    min - oob_tokens_metadata_min_fields
    -

    MinterSetPricePolyptychERC20V5

    +
    stddev - oob_tokens_metadata_stddev_fields
    -

    MinterSetPricePolyptychV5

    +
    stddev_pop - oob_tokens_metadata_stddev_pop_fields
    -

    MinterSetPriceV0

    +
    stddev_samp - oob_tokens_metadata_stddev_samp_fields
    -

    MinterSetPriceV1

    +
    sum - oob_tokens_metadata_sum_fields
    -

    MinterSetPriceV2

    +
    var_pop - oob_tokens_metadata_var_pop_fields
    -

    MinterSetPriceV4

    +
    var_samp - oob_tokens_metadata_var_samp_fields
    -

    MinterSetPriceV5

    +
    variance - oob_tokens_metadata_variance_fields
    active - Boolean! + gif_id - Float
    description_template - String! + image_id - Float
    label - String - -
    project_configuration_schema - jsonb! + token_id - Float
    -
    -
    Arguments
    -
    -
    -
    path - String -
    -

    JSON select path

    -
    -
    -
    -
    type - minter_type_names_enum! + video_id - Float
    unversioned_type - String - A computed field, executes function "minter_type_unversioned"
    version_number - Int - A computed field, executes function "minter_type_version_number"
    @@ -21163,15 +22123,7 @@
    pathExample
    -
    {
    -  "active": false,
    -  "description_template": "Example....1..2..3...",
    -  "label": "Example....1..2..3...",
    -  "project_configuration_schema": jsonb,
    -  "type": "MinterDAExpHolderV5",
    -  "unversioned_type": "Example....1..2..3...",
    -  "version_number": 987
    -}
    +                    
    {"gif_id": 123.45, "image_id": 123.45, "token_id": 987.65, "video_id": 987.65}
     
    @@ -21179,16 +22131,16 @@
    Example
    -
    +
    -

    minters_metadata

    +

    oob_tokens_metadata_max_fields

    Description
    -

    This table details the auction and metadata pertaining to Art Blocks “minters” - or, the varieties of purchasing mechanics available for projects. Data is updated after the AB team deploys a new generic minter type to the blockchain and public subgraph.

    +

    aggregate max on columns

    Fields
    @@ -21201,82 +22153,77 @@
    Fields
    - address - String! + contract_address - String - - extra_minter_details - jsonb + + gif_id - Int - - -
    -
    Arguments
    -
    -
    -
    path - String -
    -

    JSON select path

    -
    -
    -
    + + hash - String + + - is_globally_allowlisted_on_minter_filter - Boolean! + id - String - minter_filter - minter_filters_metadata + image_id - Int + + - An object relationship - minter_filter_address - String! + live_view_path - String - + A computed field, executes function "oob_live_view_path" + + + live_view_url - String + A computed field, executes function "oob_live_view_url" - minter_type - minter_type_names_enum! + media_url - String - + a computed field that returns the media proxy url for this OOB token's statically rendered image + + + preview_asset_url - String + A computed field, executes function "oob_preview_asset_url" - - receipts - [receipt_metadata!]! + + primary_asset_url - String - An array relationship + A computed field, executes function "oob_primary_asset_url" - - -
    -
    Arguments
    -
    -
    -
    limit - Int -
    -

    limit the number of rows returned

    -
    -
    -
    offset - Int -
    -

    skip the first n rows. Use only with order_by

    -
    -
    -
    + + project_id - String + + - type - minter_types + token_id - Int + + + + + + video_id - Int + + - An object relationship @@ -21288,14 +22235,19 @@
    Example
    {
    -  "address": "0x25e406fa37ade314869f5feea7fbbb252dcacb48",
    -  "minimum_auction_length_in_seconds": 3600,
    -  "minter_type": "MinterDALinV1",
    -  "minter_filter_address": "0x2a85c3c3e1c404a03e54cec6af013ee0714f26db",
    -  "maximum_price_decay_half_life_in_seconds": 3600,
    -  "minimum_price_decay_half_life_in_seconds": 300,
    -  "core_contract_address": "0x7077e777c29ae870d6842b4d1e94511077c99825",
    -  "extra_minter_details": "{...}"
    +  "contract_address": "Example....1..2..3...",
    +  "gif_id": 123,
    +  "hash": "Example....1..2..3...",
    +  "id": "Example....1..2..3...",
    +  "image_id": 123,
    +  "live_view_path": "Example....1..2..3...",
    +  "live_view_url": "Example....1..2..3...",
    +  "media_url": "Example....1..2..3...",
    +  "preview_asset_url": "Example....1..2..3...",
    +  "primary_asset_url": "Example....1..2..3...",
    +  "project_id": "Example....1..2..3...",
    +  "token_id": 987,
    +  "video_id": 987
     }
     
    @@ -21304,37 +22256,16 @@
    Example
    -
    -
    - Types -
    -

    numeric

    -
    -
    -
    -
    -
    -
    Example
    - - -
    numeric
    -
    - - -
    -
    -
    -
    -
    +
    -

    oob_tokens_metadata

    +

    oob_tokens_metadata_min_fields

    Description
    -

    Table for out-of-bounds tokens created for previewing upcoming projects

    +

    aggregate min on columns

    Fields
    @@ -21347,21 +22278,11 @@
    Fields
    - contract - contracts_metadata! - - An object relationship - - - contract_address - String! + contract_address - String - - gif - media - - An object relationship - gif_id - Int @@ -21369,22 +22290,17 @@
    Fields
    - hash - String! + hash - String - id - String! + id - String - - image - media - - An object relationship - image_id - Int @@ -21417,26 +22333,16 @@
    Fields
    A computed field, executes function "oob_primary_asset_url" - project - projects_metadata! - - An object relationship - - - project_id - String! - - - - - - token_id - Int! + project_id - String - video - media + token_id - Int + + - An object relationship video_id - Int @@ -21454,69 +22360,19 @@
    Example
    {
    -  "contract": {
    -    "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    -    "updated_at": "2023-03-30T20:22:01.629861",
    -    "bucket_name": "art-blocks-dev-goerli",
    -    "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -    "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -    "render_provider_percentage": 10,
    -    "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    -    "generator_url": "https://generator.artblocks.io",
    -    "default_vertical_name": "presents",
    -    "contract_type": "GenArt721CoreV3",
    -    "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    -    "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    -    "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -    "render_provider_secondary_sales_bps": 251,
    -    "new_projects_forbidden_onchain": false,
    -    "new_projects_forbidden_offchain": false,
    -    "preferred_ipfs_gateway": null,
    -    "preferred_arweave_gateway": null
    -  },
       "contract_address": "Example....1..2..3...",
    -  "gif": media,
    -  "gif_id": 987,
    +  "gif_id": 123,
       "hash": "Example....1..2..3...",
       "id": "Example....1..2..3...",
    -  "image": media,
       "image_id": 987,
       "live_view_path": "Example....1..2..3...",
       "live_view_url": "Example....1..2..3...",
       "media_url": "Example....1..2..3...",
       "preview_asset_url": "Example....1..2..3...",
       "primary_asset_url": "Example....1..2..3...",
    -  "project": {
    -    "activated_at": "2022-09-16T19:33:12+00:00",
    -    "active": false,
    -    "additional_payee": "0x000000000000000000000000000000000000dEaD",
    -    "id": "0x010be6545e14f1dc50256286d9920e833f809c6a-0",
    -    "projectId": "0",
    -    "additionalPayee": null,
    -    "curationStatus": null,
    -    "name": "Sacred Trees",
    -    "artistName": "hideo",
    -    "complete": false,
    -    "currencySymbol": "LEGEND",
    -    "license": "CC BY-NC-SA 4.0",
    -    "aspectRatio": null,
    -    "maxInvocations": "1024",
    -    "paused": false,
    -    "description": "Born from the Great Wizard’s dream, the Sacred Trees grow on distant worlds, surrounded by moons. Magic runes will be granted to those who see them in a vision.\n\nR: toggle rotation\ndrag and drop to rotate\nscroll to zoom in and out",
    -    "script": "THREE.OrbitControls=function(e,t){var n,o,a,i,r,s;void 0===t&&console.warn('THREE.OrbitControls: The second parameter \"domElement\" is now mandatory.')",
    -    "additionalPayeePercentage": null,
    -    "baseUri": "https://token.artblocks.io/0x010bE6545e14f1DC50256286d9920e833F809C6A/",
    -    "currencyAddress": "0x79592dcfd7dd0ba5c7b1faed25dfed61e8664ef9",
    -    "royaltyPercentage": "5",
    -    "scriptJSON": "{\"aspectRatio\":\"1\",\"type\":\"threejs\"}",
    -    "website": "https://legendsofmetaterra.com/pbab/project/0",
    -    "ipfsHash": null,
    -    "scriptTypeAndVersion": null
    -  },
       "project_id": "Example....1..2..3...",
       "token_id": 123,
    -  "video": media,
    -  "video_id": 987
    +  "video_id": 123
     }
     
    @@ -21611,33 +22467,47 @@
    Example
    -
    +
    -

    partner_types_enum

    +

    oob_tokens_metadata_stddev_fields

    +
    +
    Description
    +

    aggregate stddev on columns

    +
    -
    Values
    +
    Fields
    - + + + + + + + + + @@ -21651,7 +22521,7 @@
    Values
    Example
    -
    "DEFAULT"
    +                    
    {"gif_id": 123.45, "image_id": 123.45, "token_id": 987.65, "video_id": 123.45}
     
    @@ -21659,16 +22529,16 @@
    Example
    -
    +
    -

    partners

    +

    oob_tokens_metadata_stddev_pop_fields

    Description
    -

    columns and relationships of "partners"

    +

    aggregate stddev_pop on columns

    Fields
    @@ -21680,85 +22550,150 @@
    Fields
    - - + + - - - + + - - + +
    Enum ValueField Name Description
    gif_id - Float + -

    DEFAULT

    +
    image_id - Float
    token_id - Float + -

    INDEPENDENT_CREATOR

    +
    video_id - Float
    contracts - [contracts_metadata!]! +
    gif_id - Float + An array relationship
    -
    -
    Arguments
    -
    -
    -
    limit - Int -
    -

    limit the number of rows returned

    -
    -
    -
    offset - Int -
    -

    skip the first n rows. Use only with order_by

    -
    -
    -
    +
    image_id - Float +
    description - String + token_id - Float
    discord - String + video_id - Float
    +
    +
    +
    +
    +
    Example
    + + +
    {"gif_id": 987.65, "image_id": 123.45, "token_id": 123.45, "video_id": 987.65}
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    oob_tokens_metadata_stddev_samp_fields

    +
    +
    +
    +
    Description
    +

    aggregate stddev_samp on columns

    +
    +
    +
    Fields
    + + - + + + + + + - - - - + + + +
    id - Int! + Field NameDescription
    gif_id - Float
    instagram_handle - String + image_id - Float
    name - String! + token_id - Float
    profile_picture - media + video_id - Float An object relationship +
    +
    +
    +
    +
    +
    Example
    + + +
    {"gif_id": 987.65, "image_id": 987.65, "token_id": 123.45, "video_id": 123.45}
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    oob_tokens_metadata_sum_fields

    +
    +
    +
    +
    Description
    +

    aggregate sum on columns

    +
    +
    +
    Fields
    + + + + + + + - - - - @@ -21772,40 +22707,69 @@
    offset<
    Example
    -
    {
    -  "contracts": [
    -    {
    -      "address": "0xf396c180bb2f92ee28535d23f5224a5b9425ceca",
    -      "updated_at": "2023-03-30T20:22:01.629861",
    -      "bucket_name": "art-blocks-dev-goerli",
    -      "admin": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -      "render_provider_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -      "render_provider_percentage": 10,
    -      "minter_filter_address": "0x7ecfffc1a3eb7ce76d4b29df3e5098d2d921d367",
    -      "generator_url": "https://generator.artblocks.io",
    -      "default_vertical_name": "presents",
    -      "contract_type": "GenArt721CoreV3",
    -      "curation_registry_address": "0x894f73632f6c39801d77b76da78fc22cb3a1a0de",
    -      "dependency_registry_address": "0x32caa016dd6e8d5750517d5777e2eb70287b023e",
    -      "render_provider_secondary_sales_address": "0x3c6412fee019f5c50d6f03aa6f5045d99d9748c4",
    -      "render_provider_secondary_sales_bps": 251,
    -      "new_projects_forbidden_onchain": false,
    -      "new_projects_forbidden_offchain": false,
    -      "preferred_ipfs_gateway": null,
    -      "preferred_arweave_gateway": null
    -    }
    -  ],
    -  "description": "Example....1..2..3...",
    -  "discord": "Example....1..2..3...",
    -  "id": 123,
    -  "instagram_handle": "Example....1..2..3...",
    -  "name": "Example....1..2..3...",
    -  "profile_picture": media,
    -  "profile_picture_id": 123,
    -  "twitter_handle": "Example....1..2..3...",
    -  "type": "DEFAULT",
    -  "website": "Example....1..2..3..."
    -}
    +                    
    {"gif_id": 987, "image_id": 123, "token_id": 123, "video_id": 987}
    +
    + + + + + + +
    +
    + Types +
    +

    oob_tokens_metadata_var_pop_fields

    +
    +
    +
    +
    Description
    +

    aggregate var_pop on columns

    +
    +
    +
    Fields
    +
    Field NameDescription
    profile_picture_id - Int + gif_id - Int
    twitter_handle - String + image_id - Int
    type - partner_types_enum! + token_id - Int
    website - String + video_id - Int
    + + + + + + + + + + + + + + + + + + + + + + + + +
    Field NameDescription
    gif_id - Float + +
    image_id - Float + +
    token_id - Float + +
    video_id - Float + +
    +
    +
    +
    +
    +
    Example
    + + +
    {"gif_id": 123.45, "image_id": 123.45, "token_id": 987.65, "video_id": 123.45}
     
    @@ -21813,80 +22777,112 @@
    Example
    -
    +
    -

    partners_select_column

    +

    oob_tokens_metadata_var_samp_fields

    Description
    -

    select columns of table "partners"

    +

    aggregate var_samp on columns

    -
    Values
    +
    Fields
    - + + - + - + - + - + +
    Enum ValueField Name Description
    gif_id - Float + -

    description

    column name
    image_id - Float + -

    discord

    column name
    token_id - Float + -

    id

    column name
    video_id - Float + -

    instagram_handle

    column name
    +
    +
    +
    +
    +
    Example
    + + +
    {"gif_id": 987.65, "image_id": 123.45, "token_id": 987.65, "video_id": 987.65}
    +
    + + +
    +
    +
    +
    +
    +
    + Types +
    +

    oob_tokens_metadata_variance_fields

    +
    +
    +
    +
    Description
    +

    aggregate variance on columns

    +
    +
    +
    Fields
    + + - - + + + + + - + - + - + -
    -

    name

    -
    column name Field NameDescription
    gif_id - Float + -

    profile_picture_id

    column name
    image_id - Float + -

    twitter_handle

    column name
    token_id - Float + -

    type

    column name
    video_id - Float + -

    website

    column name
    @@ -21897,7 +22893,7 @@
    Values
    Example
    -
    "description"
    +                    
    {"gif_id": 987.65, "image_id": 987.65, "token_id": 987.65, "video_id": 123.45}
     
    @@ -22629,7 +23625,7 @@
    Example
    "auction_end_time": timestamptz, "auction_start_time": timestamptz, "base_price": "Example....1..2..3...", - "complete": false, + "complete": true, "currency_address": "Example....1..2..3...", "currency_symbol": "Example....1..2..3...", "extra_minter_details": jsonb, @@ -22677,7 +23673,7 @@
    Example
    }, "project_id": "Example....1..2..3...", "properties_updated_at": jsonb, - "purchase_to_disabled": false + "purchase_to_disabled": true }
    @@ -22740,7 +23736,7 @@
    Example
    {
    -  "index": 987,
    +  "index": 123,
       "project": {
         "activated_at": "2022-09-16T19:33:12+00:00",
         "active": false,
    @@ -23196,7 +24192,7 @@ 
    Example
    "enable_artist_update_after_completion": false, "feature_fields": jsonb, "feature_fields_counts": jsonb, - "id": 987, + "id": 123, "project": { "activated_at": "2022-09-16T19:33:12+00:00", "active": false, @@ -23375,6 +24371,64 @@
    sort + + bids - [bids_metadata!]! + + An array relationship + + + +
    +
    Arguments
    +
    +
    +
    distinct_on - [bids_metadata_select_column!] +
    +

    distinct select on columns

    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    + + + + bids_aggregate - bids_metadata_aggregate! + + An aggregate relationship + + + +
    +
    Arguments
    +
    +
    +
    distinct_on - [bids_metadata_select_column!] +
    +

    distinct select on columns

    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    + + canvas_mode - Boolean @@ -23696,6 +24750,35 @@
    offset<
    + + oob_tokens_aggregate - oob_tokens_metadata_aggregate! + + An aggregate relationship + + + +
    +
    Arguments
    +
    +
    +
    distinct_on - [oob_tokens_metadata_select_column!] +
    +

    distinct select on columns

    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    + + paused - Boolean! @@ -24220,7 +25303,7 @@
    Example
    {
       "additional_payee_primary_sales": "Example....1..2..3...",
    -  "additional_payee_primary_sales_percentage": 987,
    +  "additional_payee_primary_sales_percentage": 123,
       "additional_payee_secondary_sales": "Example....1..2..3...",
       "additional_payee_secondary_sales_percentage": 123,
       "additional_payee_splitter": split_atomic_contracts,
    @@ -25038,7 +26121,7 @@ 
    Example
    {
    -  "abandoned": true,
    +  "abandoned": false,
       "address": "Example....1..2..3...",
       "implementation": "Example....1..2..3...",
       "required_split_address": "Example....1..2..3...",
    @@ -25188,7 +26271,7 @@ 
    Example
    {
    -  "basis_points": 987,
    +  "basis_points": 123,
       "id": "Example....1..2..3...",
       "index": 987,
       "recipient": "Example....1..2..3...",
    @@ -25599,6 +26682,64 @@ 
    Fields
    + + bids - [bids_metadata!]! + + An array relationship + + + +
    +
    Arguments
    +
    +
    +
    distinct_on - [bids_metadata_select_column!] +
    +

    distinct select on columns

    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    + + + + bids_aggregate - bids_metadata_aggregate! + + An aggregate relationship + + + +
    +
    Arguments
    +
    +
    +
    distinct_on - [bids_metadata_select_column!] +
    +

    distinct select on columns

    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    + + contract - contracts_metadata @@ -25988,7 +27129,7 @@
    Example
    {
       "bio": "Example....1..2..3...",
    -  "id": 123,
    +  "id": 987,
       "name": "Example....1..2..3...",
       "profile_picture": media,
       "profile_picture_id": 987,
    @@ -26048,6 +27189,64 @@ 
    offset<
    + + bids - [bids_metadata!]! + + An array relationship + + + +
    +
    Arguments
    +
    +
    +
    distinct_on - [bids_metadata_select_column!] +
    +

    distinct select on columns

    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    + + + + bids_aggregate - bids_metadata_aggregate! + + An aggregate relationship + + + +
    +
    Arguments
    +
    +
    +
    distinct_on - [bids_metadata_select_column!] +
    +

    distinct select on columns

    +
    +
    +
    limit - Int +
    +

    limit the number of rows returned

    +
    +
    +
    offset - Int +
    +

    skip the first n rows. Use only with order_by

    +
    +
    +
    + + created_at - timestamptz! @@ -26265,14 +27464,16 @@
    Example
    {
       "allowlisted_on": [contract_allowlistings],
    +  "bids": [bids_metadata],
    +  "bids_aggregate": bids_metadata_aggregate,
       "created_at": timestamptz,
       "display_name": "Example....1..2..3...",
    -  "favorited_by_user": false,
    +  "favorited_by_user": true,
       "favorites": [favorites],
       "feature_flags": jsonb,
    -  "is_ab_staff": false,
    -  "is_curated": true,
    -  "is_curator": false,
    +  "is_ab_staff": true,
    +  "is_curated": false,
    +  "is_curator": true,
       "nonce": "Example....1..2..3...",
       "profile": user_profiles,
       "projects_created": [
    @@ -26329,7 +27530,7 @@ 
    Example
    } ], "tos_accepted_at": timestamptz, - "viewed_warning_banner": false, + "viewed_warning_banner": true, "webflow_artist_info": webflow_artist_info }
    @@ -26605,7 +27806,7 @@
    Fields
    Example
    -
    {"value": 987}
    +                    
    {"value": 123}
     
    @@ -26699,7 +27900,7 @@
    Example
    {
    -  "published": true,
    +  "published": false,
       "raw_data": jsonb,
       "slug": "Example....1..2..3...",
       "user": users,