StakeholderOrganization
type StakeholderOrganization
type StakeholderOrganization implements Node, StakeholderBase {
id: ID!
Name: String!
Nickname: String
Description: String
Image: String
Category: [String]
OrganizationOwner: String!
Type: String!
ClassName: String!
Identifier: String
Office: [PostalAddress]
Email: [String]
SocialNetworks: SocialNetworks
Telephone: [String]
DeathDate: DateTime
BirthDate: DateTime
}
Fields
id ● ID! non-null scalar
Identificador unico em base64
Name ● String! non-null scalar
str: nome completo do stakeholder.
Nickname ● String scalar
str: principal apelido do stakeholder.
Description ● String scalar
str: mini-biografia do stakeholder.
Image ● String scalar
str: foto do stakeholder.
Category ● [String] list scalar
List[str]: list what sigalei databases the stakeholder is part of.
OrganizationOwner ● String! non-null scalar
OrganizationOwner: indica se o perfil é público ou se pertence a alguma org
Type ● String! non-null scalar
str: tipo do stakeholder "Organization".
ClassName ● String! non-null scalar
ClassName
Identifier ● String scalar
Identifies
Office ● [PostalAddress] list object
Office
Email ● [String] list scalar
SocialNetworks ● SocialNetworks object
Social Networks
Telephone ● [String] list scalar
Telephone
DeathDate ● DateTime scalar
Death Date
BirthDate ● DateTime scalar
BirthDate
Interfaces
Node interface
Node: representa uma interface nó
StakeholderBase interface
Stakeholder base types