mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-18 23:04:20 +01:00
feat: wired linking account api and form state, updated card ui
This commit is contained in:
@@ -118,7 +118,7 @@ type Mutation {
|
||||
deleteStory(id: Int!): Story
|
||||
donate(amount_in_sat: Int!): Donation!
|
||||
updateProfileDetails(data: ProfileDetailsInput): MyProfile
|
||||
updateUserPreferences(userKeys: [UserKeyInputType!]): [MyProfile!]!
|
||||
updateUserPreferences(userKeys: [UserKeyInputType!]): MyProfile!
|
||||
vote(amount_in_sat: Int!, item_id: Int!, item_type: VOTE_ITEM_TYPE!): Vote!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user