ItemView
Item View
type ItemView implements Node {
id: ID!
_id: String!
Name: String!
Description: String
ClassName: String!
CreatedByUser: User
Content: Json
CreatedAt: DateTime
UpdatedAt: DateTime
Organization: Organization
}
Fields
id ● ID! non-null scalar
Id in base64
_id ● String! non-null scalar
Internal item id
Name ● String! non-null scalar
Name
Description ● String scalar
Description
ClassName ● String! non-null scalar
ClassName
CreatedByUser ● User object
Creator
Content ● Json scalar
View Content
CreatedAt ● DateTime scalar
Creation date
UpdatedAt ● DateTime scalar
Update date
Organization ● Organization object
Organization
Interfaces
Node interface
Node: representa uma interface nó