CustomObjectRelationship
No description
type CustomObjectRelationship {
id: ID!
type: CustomObjectRelationshipType!
name: String!
label: String!
object_definition_id: Int!
related_entity_type: CustomObjectRelationshipObject!
created_at: DateTime!
updated_at: DateTime!
created_by: Int!
updated_by: Int!
}
Fields
CustomObjectRelationship.id ● ID! non-null scalar
CustomObjectRelationship.type ● CustomObjectRelationshipType! non-null enum
CustomObjectRelationship.name ● String! non-null scalar
CustomObjectRelationship.label ● String! non-null scalar
CustomObjectRelationship.object_definition_id ● Int! non-null scalar
CustomObjectRelationship.related_entity_type ● CustomObjectRelationshipObject! non-null enum
CustomObjectRelationship.created_at ● DateTime! non-null scalar
CustomObjectRelationship.updated_at ● DateTime! non-null scalar
CustomObjectRelationship.created_by ● Int! 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


