Skip to main content

NoteCategory

NoteCategory

type NoteCategory implements Node {
id: ID!
_id: String!
Name: String!
Description: String
Color: String
Alias: String!
Organization: Organization
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

Description ● String scalar

Description

Color ● String scalar

Color

Alias ● String! non-null scalar

Alias

Organization ● Organization object

Organization

CreatedAt ● DateTime scalar

Creation date

UpdatedAt ● DateTime scalar

Update date

Interfaces

Node interface

Node: representa uma interface nó