Item
No description
Fields#
id (ID!)#
The ID of an object
name (String!)#
displayName (String!)#
type (ItemTypeEnum!)#
index (Int!)#
data (GQLTJson!)#
path (String!)#
createdAt (GQLTDate!)#
updatedAt (GQLTDate!)#
templateId (ID)#
The ID of an object
parentId (ID)#
The ID of an object
template (Item)#
templateRefs (ItemHasManyTemplateRefsList)#
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([ItemOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryItemWhere)#include([GQLTItemIncludeObject])#
children (ItemHasManyChildrenList)#
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([ItemOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryItemWhere)#include([GQLTItemIncludeObject])#
parent (Item)#
permissions (RoleItemPermissionHasManyPermissionsList)#
If provided it will return results after the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.
If provided it will return results before the provided cursor
If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.
orderBy([RoleItemPermissionOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryRoleItemPermissionWhere)#include([GQLTRoleItemPermissionIncludeObject])#
file (File)#
values (SequelizeJSON)#
templateData (SequelizeJSON)#
Interfaces#
Node#
An object with an ID