CustomObjectField
No description
type CustomObjectField {
id: ID!
name: String!
type: FieldType!
label: String!
read_only: Boolean!
is_custom: Boolean!
is_required: Boolean!
lookup_object_id: Int
relationship_id: Int
drop_down_id: Int
created_at: DateTime!
updated_at: DateTime!
created_by: Int!
updated_by: Int!
}
Fields
CustomObjectField.id ● ID! non-null scalar
CustomObjectField.name ● String! non-null scalar
CustomObjectField.type ● FieldType! non-null enum
CustomObjectField.label ● String! non-null scalar
CustomObjectField.read_only ● Boolean! non-null scalar
CustomObjectField.is_custom ● Boolean! non-null scalar
CustomObjectField.is_required ● Boolean! non-null scalar
CustomObjectField.lookup_object_id ● Int scalar
CustomObjectField.relationship_id ● Int scalar
CustomObjectField.drop_down_id ● Int scalar
CustomObjectField.created_at ● DateTime! non-null scalar
CustomObjectField.updated_at ● DateTime! non-null scalar
CustomObjectField.created_by ● Int! 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


