Website
Represents information about a website.
type Website {
id: ID
value: String
isDefault: Boolean
}
Fields
Website.id
● ID
scalar
Represents the website unique identifier.
Website.value
● String
scalar
A single website. Example: www.awesomeltd.com
Website.isDefault
● Boolean
scalar
Define whether this website is the default. This is handy when a contact has multiple websites: Example: true
Member Of
WebsiteEdge
object