Regulation
Norma de regulamentação do governo
type Regulation implements Item, Node {
id: ID!
_id: String!
Title: String!
Summary: String!
HtmlContent: String
Keywords: [String]
Content: String
AttachedLinks: [RegulationAttachedLinks]
Sponsors: [RegulationSponsors]
WebLink: String!
Source: RegulationSource
Journal: RegulationOfficialJournal!
Section: RegulationJournalSection
Agencies: [String]
RootAgency: String
PublicationDate: DateTime!
ItemDate: DateTime!
Type: String
Jurisdiction: String
Status: String
RegulationDocumentLink: String
RegulationType: RegulationType
TextHighlight: [String!]
ClassName: String!
FollowEdge: ItemPropertyValueEdge
ImpactEdge: ItemPropertyValueEdge
PositionEdge: ItemPropertyValueEdge
TagsEdge: ItemPropertyValueEdge
UserSummaryEdge: ItemPropertyValueEdge
NickNameEdge: ItemPropertyValueEdge
PropertiesEdges: [ItemPropertyValueEdge]
AssociationsEdges(
ItemId: ID!
): [AssociationEdge]
OrganizationItem: OrganizationItem
Notes(
first: Int
last: Int
after: String
before: String
focusNoteId: ID
filters: NoteFilters
sort: NoteSort
): NoteConnection
Stakeholders: IdentifiedStakeholders
UserActivities(
first: Int
last: Int
after: String
before: String
): UserActivityConnection
}
Fields
id ● ID! non-null scalar
ID da Regulation
_id ● String! non-null scalar
Database unique identifier
Title ● String! non-null scalar
Título da regulamentação
Summary ● String! non-null scalar
Resumo da regulamentação
HtmlContent ● String scalar
Arquivo bruto do portal de origm da regulamentação .HTML
Keywords ● [String] list scalar
Keywords
Content ● String scalar
Content
AttachedLinks ● [RegulationAttachedLinks] list object
AttachedLinks
Sponsors ● [RegulationSponsors] list object
Sponsors
WebLink ● String! non-null scalar
Link para o ato na sua fonte de origem
Source ● RegulationSource object
Source
Journal ● RegulationOfficialJournal! non-null object
Journal
Section ● RegulationJournalSection object
Section
Agencies ● [String] list scalar
Agencies
RootAgency ● String scalar
RootAgency
PublicationDate ● DateTime! non-null scalar
PublicationDate
ItemDate ● DateTime! non-null scalar
Itemdate
Type ● String scalar
Type
Jurisdiction ● String scalar
Jurisdiction
Status ● String scalar
Status
RegulationDocumentLink ● String scalar
RegulationDocumentLink
RegulationType ● RegulationType object
RegulationType
TextHighlight ● [String!] list scalar
Text Highlight from search results
ClassName ● String! non-null scalar
Tipo do item, sl_regulation
FollowEdge ● ItemPropertyValueEdge object
Atos associados ao tema
ImpactEdge ● ItemPropertyValueEdge object
Impacto do ato
PositionEdge ● ItemPropertyValueEdge object
Posicionamento sobre o ato
TagsEdge ● ItemPropertyValueEdge object
Tags sobre o ato
UserSummaryEdge ● ItemPropertyValueEdge object
Resumo do usuário sobre o ato
NickNameEdge ● ItemPropertyValueEdge object
Apelido do ato
PropertiesEdges ● [ItemPropertyValueEdge] list object
Propriedades customizadas
AssociationsEdges ● [AssociationEdge] list object
Associações com outro item
ItemId●ID!non-null scalarItemId para recuperar associações
OrganizationItem ● OrganizationItem object
Informação do item na base da organização
Notes ● NoteConnection object
Notas do item
first●IntscalarPrimeiros
last ● Int scalar
Últimos
after ● String scalar
Cursor de paginação
before ● String scalar
Cursor de paginação reversa
focusNoteId ● ID scalar
Nota para foco
filters ● NoteFilters input
Filtro de notas
sort ● NoteSort input
Opções para ordenação das notas
Stakeholders ● IdentifiedStakeholders object
Stakeholders identified on act
UserActivities ● UserActivityConnection object
UserActivities of the item
first●Intscalar
last ● Int scalar
after ● String scalar
before ● String scalar
Interfaces
Item interface
general item
Node interface
Node: representa uma interface nó