Overview
There might be a field name mismatch; SVS types (types/graphql.ts) use voteEndTime while the GraphQL query and subgraph schema use votingEndTime. This might lead to the time check in electionService.ts not to work as intended. Needs to be investigated.
Register and AP seem fine (using votingEndTime)