CrmObjectDescription
No description
type CrmObjectDescription implements Node {
nodeId: ID!
id: String!
name: String!
source: String!
isCustom: Boolean
workspaceId: String
createdByWorkspaceAccountId: String
version: Int!
deletedAt: Datetime
updatedAt: Datetime!
createdAt: Datetime!
workspace: Workspace
createdByWorkspaceAccount: WorkspaceAccount
crmObjectsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectCondition
filter: CrmObjectFilter
): CrmObjectsConnection!
crmObjects(
first: Int
offset: Int
orderBy: [CrmObjectsOrderBy!]
condition: CrmObjectCondition
filter: CrmObjectFilter
): [CrmObject!]!
crmObjectFieldDescriptionsConnection(
first: Int
last: Int
offset: Int
before: Cursor
after: Cursor
orderBy: [CrmObjectFieldDescriptionsOrderBy!] = [PRIMARY_KEY_ASC]
condition: CrmObjectFieldDescriptionCondition
filter: CrmObjectFieldDescriptionFilter
): CrmObjectFieldDescriptionsConnection!
crmObjectFieldDescriptions(
first: Int
offset: Int
orderBy: [CrmObjectFieldDescriptionsOrderBy!]
condition: CrmObjectFieldDescriptionCondition
filter: CrmObjectFieldDescriptionFilter
): [CrmObjectFieldDescription!]!
}
Fields
CrmObjectDescription.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
CrmObjectDescription.id ● String! non-null scalar
CrmObjectDescription.name ● String! non-null scalar
CrmObjectDescription.source ● String! non-null scalar
CrmObjectDescription.isCustom ● Boolean scalar
CrmObjectDescription.workspaceId ● String scalar
CrmObjectDescription.createdByWorkspaceAccountId ● String scalar
CrmObjectDescription.version ● Int! non-null scalar
CrmObjectDescription.deletedAt ● Datetime scalar
CrmObjectDescription.updatedAt ● Datetime! non-null scalar
CrmObjectDescription.createdAt ● Datetime! non-null scalar
CrmObjectDescription.workspace ● Workspace object
Reads a single Workspace that is related to this CrmObjectDescription.
CrmObjectDescription.createdByWorkspaceAccount ● WorkspaceAccount object
Reads a single WorkspaceAccount that is related to this CrmObjectDescription.
CrmObjectDescription.crmObjectsConnection ● CrmObjectsConnection! non-null object
Reads and enables pagination through a set of CrmObject.
CrmObjectDescription.crmObjectsConnection.first ● Int scalar
Only read the first n values of the set.
CrmObjectDescription.crmObjectsConnection.last ● Int scalar
Only read the last n values of the set.
CrmObjectDescription.crmObjectsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
CrmObjectDescription.crmObjectsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
CrmObjectDescription.crmObjectsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
CrmObjectDescription.crmObjectsConnection.orderBy ● [CrmObjectsOrderBy!] list enum
The method to use when ordering CrmObject.
CrmObjectDescription.crmObjectsConnection.condition ● CrmObjectCondition input
A condition to be used in determining which values should be returned by the collection.
CrmObjectDescription.crmObjectsConnection.filter ● CrmObjectFilter input
A filter to be used in determining which values should be returned by the collection.
CrmObjectDescription.crmObjects ● [CrmObject!]! non-null object
Reads and enables pagination through a set of CrmObject.
CrmObjectDescription.crmObjects.first ● Int scalar
Only read the first n values of the set.
CrmObjectDescription.crmObjects.offset ● Int scalar
Skip the first n values.
CrmObjectDescription.crmObjects.orderBy ● [CrmObjectsOrderBy!] list enum
The method to use when ordering CrmObject.
CrmObjectDescription.crmObjects.condition ● CrmObjectCondition input
A condition to be used in determining which values should be returned by the collection.
CrmObjectDescription.crmObjects.filter ● CrmObjectFilter input
A filter to be used in determining which values should be returned by the collection.
CrmObjectDescription.crmObjectFieldDescriptionsConnection ● CrmObjectFieldDescriptionsConnection! non-null object
Reads and enables pagination through a set of CrmObjectFieldDescription.
CrmObjectDescription.crmObjectFieldDescriptionsConnection.first ● Int scalar
Only read the first n values of the set.
CrmObjectDescription.crmObjectFieldDescriptionsConnection.last ● Int scalar
Only read the last n values of the set.
CrmObjectDescription.crmObjectFieldDescriptionsConnection.offset ● Int scalar
Skip the first n values from our after cursor, an alternative to cursor
based pagination. May not be used with last.
CrmObjectDescription.crmObjectFieldDescriptionsConnection.before ● Cursor scalar
Read all values in the set before (above) this cursor.
CrmObjectDescription.crmObjectFieldDescriptionsConnection.after ● Cursor scalar
Read all values in the set after (below) this cursor.
CrmObjectDescription.crmObjectFieldDescriptionsConnection.orderBy ● [CrmObjectFieldDescriptionsOrderBy!] list enum
The method to use when ordering CrmObjectFieldDescription.
CrmObjectDescription.crmObjectFieldDescriptionsConnection.condition ● CrmObjectFieldDescriptionCondition input
A condition to be used in determining which values should be returned by the collection.
CrmObjectDescription.crmObjectFieldDescriptionsConnection.filter ● CrmObjectFieldDescriptionFilter input
A filter to be used in determining which values should be returned by the collection.
CrmObjectDescription.crmObjectFieldDescriptions ● [CrmObjectFieldDescription!]! non-null object
Reads and enables pagination through a set of CrmObjectFieldDescription.
CrmObjectDescription.crmObjectFieldDescriptions.first ● Int scalar
Only read the first n values of the set.
CrmObjectDescription.crmObjectFieldDescriptions.offset ● Int scalar
Skip the first n values.
CrmObjectDescription.crmObjectFieldDescriptions.orderBy ● [CrmObjectFieldDescriptionsOrderBy!] list enum
The method to use when ordering CrmObjectFieldDescription.
CrmObjectDescription.crmObjectFieldDescriptions.condition ● CrmObjectFieldDescriptionCondition input
A condition to be used in determining which values should be returned by the collection.
CrmObjectDescription.crmObjectFieldDescriptions.filter ● CrmObjectFieldDescriptionFilter input
A filter to be used in determining which values should be returned by the collection.
Interfaces
Node interface
An object with a globally unique ID.
Returned By
crmObjectDescription query ● crmObjectDescriptionByNodeId query ● crmObjectDescriptions query
Member Of
CrmObject object ● CrmObjectDescriptionsConnection object ● CrmObjectDescriptionsEdge object ● CrmObjectFieldDescription object ● DeleteCrmObjectPayload object ● UpdateCrmObjectPayload object ● Workspace object ● WorkspaceAccount object