Skip to content

Commit

Permalink
feat: reutrn ip_asset_id
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Sep 9, 2024
1 parent 9cfdbf6 commit e85a0dd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ insert_permissions:
- end_date
- featured_images
- id
- ip_asset_id
- license_info
- license_token_address
- license_token_id
Expand All @@ -49,15 +50,16 @@ select_permissions:
- role: anonymous
permission:
columns:
- creator_id
- id
- featured_images
- license_info
- nft_images
- onchain_info
- contract_address
- created_at
- creator_address
- creator_id
- description
- end_date
- featured_images
- id
- ip_asset_id
- license_info
- license_token_address
- license_token_id
- logo_url
Expand All @@ -67,13 +69,13 @@ select_permissions:
- metadata_uri_base
- mint_price
- name
- nft_images
- onchain_info
- royalties
- start_date
- status
- thumbnail_url
- tx_hash
- created_at
- end_date
- start_date
- updated_at
filter: {}
allow_aggregations: true
Expand All @@ -88,6 +90,7 @@ select_permissions:
- end_date
- featured_images
- id
- ip_asset_id
- license_info
- license_token_address
- license_token_id
Expand Down Expand Up @@ -119,6 +122,7 @@ select_permissions:
- end_date
- featured_images
- id
- ip_asset_id
- license_info
- license_token_address
- license_token_id
Expand Down Expand Up @@ -151,6 +155,7 @@ update_permissions:
- end_date
- featured_images
- id
- ip_asset_id
- license_info
- license_token_address
- license_token_id
Expand Down
2 changes: 2 additions & 0 deletions src/modules/ip-launchpad/ip-launchpad.graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export class IPLaunchpadGraphql {
status
thumbnail_url
updated_at
license_info
ip_asset_id
}
}
`,
Expand Down

0 comments on commit e85a0dd

Please sign in to comment.