Leadership
Representa uma liderança de um stakeholder
type Leadership implements Node {
id: ID!
Legislature: Legislature
StartDate: DateTime
EndDate: DateTime
House: House
SLType: String
ClassName: String
Bloc: Bloc
Stakeholder: Stakeholder
Role: LeadershipRole
}
Fields
id ● ID! non-null scalar
id global
Legislature ● Legislature object
Legislatura da liderança
StartDate ● DateTime scalar
Data de inicio da liderança
EndDate ● DateTime scalar
Data de final da liderança
House ● House object
Casa da liderança
SLType ● String scalar
Tipo da liderança
PARTIDO,BLOCO ou CASA
ClassName ● String scalar
sl_leadership
Bloc ● Bloc object
BLoco ao qual a liderança pertence
Stakeholder ● Stakeholder object
Stekeholder referente à liderança
Role ● LeadershipRole object
Cargo na liderança
Interfaces
Node interface
Node: representa uma interface nó