Skip to main content

Contact

No description

type Contact {
asset: Asset
assetId: ID @deprecated
attachment: String
attachmentContentType: String
attachmentFilename: String
attachmentId: String
attachmentSize: Int
company: Company
contract: Contract
contractId: ID @deprecated
createdAt: ISO8601DateTime!
email: String!
id: ID!
name: String!
phone: String!
planId: ID
role: String!
scopeId: ID @deprecated
updatedAt: ISO8601DateTime!
}

Fields

Contact.asset ● Asset object

Contact.assetId ● ID deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'asset' to get the information that you need

Contact.attachment ● String scalar

Contact.attachmentContentType ● String scalar

Contact.attachmentFilename ● String scalar

Contact.attachmentId ● String scalar

Contact.attachmentSize ● Int scalar

Contact.company ● Company object

Contact.contract ● Contract object

Contact.contractId ● ID deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'contract' to get the information that you need

Contact.createdAt ● ISO8601DateTime! non-null scalar

Contact.email ● String! non-null scalar

Contact.id ● ID! non-null scalar

Contact.name ● String! non-null scalar

Contact.phone ● String! non-null scalar

Contact.planId ● ID scalar

Contact.role ● String! non-null scalar

Contact.scopeId ● ID deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need

Contact.updatedAt ● ISO8601DateTime! non-null scalar

Returned by

contact query

Member Of

Contract object