From b25560c0d2b78dca71d485121da4758887cc8197 Mon Sep 17 00:00:00 2001 From: Wan <495709+wa0x6e@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:17:41 +0900 Subject: [PATCH] fix: return snapshot as number (#937) --- src/graphql/schema.gql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/schema.gql b/src/graphql/schema.gql index 66a36d03..83b79c65 100644 --- a/src/graphql/schema.gql +++ b/src/graphql/schema.gql @@ -485,7 +485,7 @@ type Proposal { quorum: Float! quorumType: String! privacy: String - snapshot: String + snapshot: Int state: String link: String app: String