ItemType
Representa um tipo de item
type ItemType implements Node {
id: ID!
ClassName: String
Name: String
Active: Boolean
Properties(
first: Int = 12
after: String
last: Int
before: String
filter: ItemPropertyFilter
): ItemPropertyConnection
}
Fields
id ● ID! non-null scalar
ID do tipo de item
ClassName ● String scalar
Palavra revervada que identifica o tipo de item
Name ● String scalar
Palavra revervada que identifica o Nome para o tipo de item
Active ● Boolean scalar
Indica se o tipo de item está ativo/visível ou não
Properties ● ItemPropertyConnection object
ItemType Properties
first●IntscalarLimite para paginação
after ● String scalar
Cursor para paginação
last ● Int scalar
Limite para paginação reversa
before ● String scalar
Cursos para paginação reversa
filter ● ItemPropertyFilter input
Filtros da query
Interfaces
Node interface
Node: representa uma interface nó