Skip to content

Commit

Permalink
feat: update query manga
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Oct 17, 2024
1 parent a1e3ded commit d70b2a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
12 changes: 1 addition & 11 deletions hasura/metadata/backend_configs.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
dataconnector:
athena:
uri: http://data-connector-agent:8081/api/v1/athena
mariadb:
uri: http://data-connector-agent:8081/api/v1/mariadb
mysql8:
uri: http://data-connector-agent:8081/api/v1/mysql
oracle:
uri: http://data-connector-agent:8081/api/v1/oracle
snowflake:
uri: http://data-connector-agent:8081/api/v1/snowflake
{}
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
table:
name: story_ip_asset
schema: public
array_relationships:
- name: story_characters
using:
foreign_key_constraint_on:
column: story_ip_asset_id
table:
name: story_character
schema: public
5 changes: 5 additions & 0 deletions src/modules/story-event/story-event.graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,11 +396,16 @@ export class StoryEventGraphql {
id
title
description
language_id
is_main_language
}
}
story_ip_asset {
ip_asset_id
story_characters {
avatar_url
descripton_url
}
}
created_at
}
Expand Down

0 comments on commit d70b2a9

Please sign in to comment.