Skip to main content

Poll

Votação de uma proposição

type Poll {
Bill: Bill
ClassName: String!
CreatedAt: DateTime
Date: DateTime
House: House
LegislativeSession: Int
Legislature: Legislature
OrientationParty: [PollOrientation]
PollObject: String
Result: PollResult
Session: String
Summary: String
UpdatedAt: DateTime
Votes: [PollVote]
_id: String!
id: String
}

Fields

Bill ● Bill object

ClassName ● String! non-null scalar

Tipo de arquivo, sl_poll

CreatedAt ● DateTime scalar

Date ● DateTime scalar

House ● House object

LegislativeSession ● Int scalar

Legislature ● Legislature object

OrientationParty ● [PollOrientation] list object

PollObject ● String scalar

Result ● PollResult object

Session ● String scalar

Summary ● String scalar

UpdatedAt ● DateTime scalar

Votes ● [PollVote] list object

_id ● String! non-null scalar

Identificador unico da votação

id ● String scalar