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