Owner
No description
type Owner {
email: String!
first_name: String
id: ID!
last_name: String
mobile_phone: String
title: String
work_phone: String
}
Fields
Owner.email
● String!
non-null scalar
Owner.first_name
● String
scalar
Owner.id
● ID!
non-null scalar
Owner.last_name
● String
scalar
Owner.mobile_phone
● String
scalar
Owner.title
● String
scalar
Owner.work_phone
● String
scalar
Member Of
Account
object ● ActionSetOwner
object ● Contact
object