Skip to content

Commit

Permalink
feat: allow for longer vote reason on Starknet API (#905)
Browse files Browse the repository at this point in the history
String type only supports 256 characters in checkpoint
so we have to use different type.
  • Loading branch information
Sekhmet authored Oct 18, 2024
1 parent f9b69c0 commit 1abc422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ type Vote {

type VoteMetadataItem {
id: String!
reason: String!
reason: Text!
}

type User {
Expand Down

0 comments on commit 1abc422

Please sign in to comment.