Skip to main content

DynamicEntityTemplateGroup

Dynamic Entity Template Group.

Intended to be used Extenda Retail only.

type DynamicEntityTemplateGroup {
id: String
tenantId: String
correlationId: String
name: String
description: String
sortOrder: Int!
created: DateTime!
createdBy: String
modified: DateTime!
modifiedBy: String
revision: Long!
}

Fields

DynamicEntityTemplateGroup.id ● String scalar

The ID for the group.

DynamicEntityTemplateGroup.tenantId ● String scalar

The ID of the Extenda tenant.

DynamicEntityTemplateGroup.correlationId ● String scalar

ID for tracing an entity and/or a group of sub entities through the application.

DynamicEntityTemplateGroup.name ● String scalar

The name of the group.

DynamicEntityTemplateGroup.description ● String scalar

A description of the group and its intended use.

DynamicEntityTemplateGroup.sortOrder ● Int! non-null scalar

Postion of group in the sorted list. Intnded to be used in UI for proper ordering of the groups in the list.

DynamicEntityTemplateGroup.created ● DateTime! non-null scalar

When the object was first created.

DynamicEntityTemplateGroup.createdBy ● String scalar

Who created the object.

DynamicEntityTemplateGroup.modified ● DateTime! non-null scalar

When the object was modified.

DynamicEntityTemplateGroup.modifiedBy ● String scalar

Who created or modified the object.

DynamicEntityTemplateGroup.revision ● Long! non-null scalar

The version of the group. Must be updated when there is a change to the entity. An ever-increasing Long.

Returned By

dynamicEntityTemplateGroup query

Member Of

DynamicEntityTemplateGroupsConnection object ● DynamicEntityTemplateGroupsEdge object