CustomObjectRelationship
No description
type CustomObjectRelationship {
created_at: DateTime!
created_by: Int!
id: ID!
label: String!
left_object_id: ID!
name: String!
right_object_id: ID!
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.left_object_id ● ID! non-null scalar
CustomObjectRelationship.name ● String! non-null scalar
CustomObjectRelationship.right_object_id ● ID! non-null scalar
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


