CrmObjectFieldDescription
No description
type CrmObjectFieldDescription implements Node {
nodeId: ID!
id: String!
name: String!
label: String
isHidden: Boolean
fieldType: String
fieldValues: JSON
crmObjectDescriptionId: String!
workspaceId: String
createdByWorkspaceAccountId: String
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
isRequired: Boolean
isReadOnly: Boolean
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
crmObjectDescription: CrmObjectDescription
}
Fields
CrmObjectFieldDescription.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
CrmObjectFieldDescription.id ● String! non-null scalar
CrmObjectFieldDescription.name ● String! non-null scalar
CrmObjectFieldDescription.label ● String scalar
CrmObjectFieldDescription.isHidden ● Boolean scalar
CrmObjectFieldDescription.fieldType ● String scalar
CrmObjectFieldDescription.fieldValues ● JSON scalar
CrmObjectFieldDescription.crmObjectDescriptionId ● String! non-null scalar
CrmObjectFieldDescription.workspaceId ● String scalar
CrmObjectFieldDescription.createdByWorkspaceAccountId ● String scalar
CrmObjectFieldDescription.version ● Int! non-null scalar
CrmObjectFieldDescription.deletedAt ● Datetime scalar
CrmObjectFieldDescription.updatedAt ● Datetime! non-null scalar
CrmObjectFieldDescription.createdAt ● Datetime! non-null scalar
CrmObjectFieldDescription.isRequired ● Boolean scalar
CrmObjectFieldDescription.isReadOnly ● Boolean scalar
CrmObjectFieldDescription.workspace ● Workspace object
Reads a single Workspace that is related to this CrmObjectFieldDescription.
CrmObjectFieldDescription.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CrmObjectFieldDescription.
CrmObjectFieldDescription.crmObjectDescription ● CrmObjectDescription object
Reads a single CrmObjectDescription that is related to this CrmObjectFieldDescription.
Interfaces
Node interface
An object with a globally unique ID.
Returned By
crmObjectFieldDescription query ● crmObjectFieldDescriptionByNodeId query ● crmObjectFieldDescriptions query
Member Of
CrmObjectDescription object ● CrmObjectFieldDescriptionsConnection object ● CrmObjectFieldDescriptionsEdge object ● Workspace object ● WorkspaceAccount object