CustomObjectRelationship
No description
type CustomObjectRelationship {
created_at: DateTime!
created_by: Int!
id: ID!
label: String!
name: String!
object_definition_id: Int!
related_entity_type: CustomObjectRelationshipObject!
type: CustomObjectRelationshipType!
updated_at: DateTime!
updated_by: Int!
}
Fields
CustomObjectRelationship.created_at
● DateTime!
non-null scalar
CustomObjectRelationship.created_by
● Int!
non-null scalar
CustomObjectRelationship.id
● ID!
non-null scalar
CustomObjectRelationship.label
● String!
non-null scalar
CustomObjectRelationship.name
● String!
non-null scalar
CustomObjectRelationship.object_definition_id
● Int!
non-null scalar
CustomObjectRelationship.related_entity_type
● CustomObjectRelationshipObject!
non-null enum
CustomObjectRelationship.type
● CustomObjectRelationshipType!
non-null enum
CustomObjectRelationship.updated_at
● DateTime!
non-null scalar
CustomObjectRelationship.updated_by
● Int!
non-null scalar
Returned By
createCustomObjectRelationship
mutation ● customObjectRelationship
query ● deleteCustomObjectRelationship
mutation ● updateCustomObjectRelationship
mutation
Member Of
CustomObjectRelationshipPaginator
object ● CustomObjectRelationshipRecord
object ● OpportunityDefinition
object