CustomObjectField
No description
type CustomObjectField {
created_at: DateTime!
created_by: Int!
drop_down_id: Int
id: ID!
is_custom: Boolean!
is_required: Boolean!
label: String!
lookup_object_id: Int
name: String!
read_only: Boolean!
relationship_id: Int
type: FieldType!
updated_at: DateTime!
updated_by: Int!
}
Fields
CustomObjectField.created_at
● DateTime!
non-null scalar
CustomObjectField.created_by
● Int!
non-null scalar
CustomObjectField.drop_down_id
● Int
scalar
CustomObjectField.id
● ID!
non-null scalar
CustomObjectField.is_custom
● Boolean!
non-null scalar
CustomObjectField.is_required
● Boolean!
non-null scalar
CustomObjectField.label
● String!
non-null scalar
CustomObjectField.lookup_object_id
● Int
scalar
CustomObjectField.name
● String!
non-null scalar
CustomObjectField.read_only
● Boolean!
non-null scalar
CustomObjectField.relationship_id
● Int
scalar
CustomObjectField.type
● FieldType!
non-null enum
CustomObjectField.updated_at
● DateTime!
non-null scalar
CustomObjectField.updated_by
● Int!
non-null scalar
Returned By
createCustomObjectField
mutation ● customObjectField
query ● customObjectFields
query ● deleteCustomObjectField
mutation ● updateCustomObjectField
mutation
Member Of
CrmEntityFieldMapping
object ● CustomObjectDefinition
object ● ObjectDefinition
interface ● OpportunityDefinition
object