Skip to main content

Template

Template

type Template implements Node {
id: ID!
_id: String!
Name: String!
Content: String!
Author: User
Organization: Organization
UserId: String
CreatedAt: DateTime
UpdatedAt: DateTime
}

Fields

id ● ID! non-null scalar

Id in base64

_id ● String! non-null scalar

Internal item id

Name ● String! non-null scalar

Name

Content ● String! non-null scalar

Content

Author ● User object

Author

Organization ● Organization object

Organization

UserId ● String scalar

UserId

CreatedAt ● DateTime scalar

Creation date

UpdatedAt ● DateTime scalar

Update date

Interfaces

Node interface

Node: representa uma interface nó