Event
Event
type Event implements Node, Item {
id: ID!
EventBills: [EventBill]
FollowedBills(
BillsImpact: [UserImpactEnum!]
): [EventBill]
AgendaBills(
page: Int = 0
size: Int = 10
filters: AgendaBillsFilters
): AgendaBillsPayload
ClassName: String!
House: House
Title: String
StartDate: DateTime
ItemDate: DateTime!
EndDate: DateTime
Code: String
Local: String
Link: String
Agenda: [EventAgenda]
Status: String
Category: String
Committees: [CommitteeSummary]
Type: String
Stakeholders: IdentifiedStakeholders
Authority: [IdentifiedEntity]
Organization: [IdentifiedEntity]
SubOrganization: SubOrganization
Summary: String
Role: String
AgendaFrom: AgendaFrom
OrganizationOwner: String
Notes(
first: Int
last: Int
after: String
before: String
focusNoteId: ID
filters: NoteFilters
sort: NoteSort
): NoteConnection
FollowEdge: ItemPropertyValueEdge
ImpactEdge: ItemPropertyValueEdge
PositionEdge: ItemPropertyValueEdge
TagsEdge: ItemPropertyValueEdge
UserSummaryEdge: ItemPropertyValueEdge
NickNameEdge: ItemPropertyValueEdge
PropertiesEdges: [ItemPropertyValueEdge]
AssociationsEdges(
ItemId: ID!
): [AssociationEdge]
OrganizationItem: OrganizationItem
Guests: [Guest]
UserActivities(
first: Int
last: Int
after: String
before: String
): UserActivityConnection
}
Fields
id ● ID! non-null scalar
Events global id
EventBills ● [EventBill] list object
Return the bills associated with this event
FollowedBills ● [EventBill] list object
Return the followed bills associated with this event. This field is designed to be used when an event is accessed through node query
BillsImpact●[UserImpactEnum!]list enumFiltro pelo impacto das proposições presentes na pauta do evento
AgendaBills ● AgendaBillsPayload object
Return bills present in this event agenda
page●IntscalarPage number
size ● Int scalar
Page size
filters ● AgendaBillsFilters input
Agenda Bill Filters
ClassName ● String! non-null scalar
Event's ClassName
House ● House object
Event's house
Title ● String scalar
Event's title
StartDate ● DateTime scalar
Event's starting date
ItemDate ● DateTime! non-null scalar
ItemDate
EndDate ● DateTime scalar
Event's ending date
Code ● String scalar
Event's code
Local ● String scalar
Event's local
Link ● String scalar
Event's link
Agenda ● [EventAgenda] list object
Event's agenda
Status ● String scalar
Event's status
Category ● String scalar
Event's category
Committees ● [CommitteeSummary] list object
Event's committees
Type ● String scalar
Type
Stakeholders ● IdentifiedStakeholders object
Stakeholders identified on event
Authority ● [IdentifiedEntity] list object
Autorithies in event
Organization ● [IdentifiedEntity] list object
Event Organization
SubOrganization ● SubOrganization object
Event SubOrganization
Summary ● String scalar
Event Summary
Role ● String scalar
Event Authority Role
AgendaFrom ● AgendaFrom object
Event AgendaFrom type
OrganizationOwner ● String scalar
Event's Owner
- 'PUBLIC', null or undefined for public events
- OrganizationId for private events
Notes ● NoteConnection object
event item notes
first●IntscalarFirst elements
last ● Int scalar
Last elements
after ● String scalar
After cursor
before ● String scalar
Before cursor
focusNoteId ● ID scalar
Focus note filter
filters ● NoteFilters input
Note filters
sort ● NoteSort input
Opções para ordenação das notas
FollowEdge ● ItemPropertyValueEdge object
event item follows
ImpactEdge ● ItemPropertyValueEdge object
event item impact
PositionEdge ● ItemPropertyValueEdge object
event item position
TagsEdge ● ItemPropertyValueEdge object
event item tags
UserSummaryEdge ● ItemPropertyValueEdge object
event item summary
NickNameEdge ● ItemPropertyValueEdge object
event item nickName
PropertiesEdges ● [ItemPropertyValueEdge] list object
event item properties
AssociationsEdges ● [AssociationEdge] list object
item associations with another item
ItemId●ID!non-null scalarItemId to filter associations with current item
OrganizationItem ● OrganizationItem object
Organization item information
Guests ● [Guest] list object
Guests
UserActivities ● UserActivityConnection object
UserActivities of the item
first●Intscalar
last ● Int scalar
after ● String scalar
before ● String scalar
Interfaces
Node interface
Node: representa uma interface nó
Item interface
general item