Skip to content

Commit

Permalink
feat: return wallet_address
Browse files Browse the repository at this point in the history
  • Loading branch information
harisato committed Aug 21, 2023
1 parent a9d0425 commit 14ea0cb
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions hasura/metadata/query_collections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,20 +332,6 @@
}
}
}
- name: User - Get Profile
query: |
query GetUserProfile {
authorizer_users {
id
email
bio
birthdate
gender
nickname
picture
signup_methods
}
}
- name: Admin - Get chapter detail
query: |
query GetChapterDetail ($manga_id: Int = 18, $chapter_number: Int = 1) {
Expand Down Expand Up @@ -866,3 +852,18 @@
affected_rows
}
}
- name: User - Get Profile
query: |
query GetUserProfile {
authorizer_users {
id
email
bio
birthdate
gender
wallet_address
nickname
picture
signup_methods
}
}

0 comments on commit 14ea0cb

Please sign in to comment.