File
A file attached to a contact or company.
type File {
contentDisposition: CustomFieldFileContentDisposition!
contentType: String!
fileName: String!
fileSize: Int!
url: String!
}
Fields
File.contentDisposition ● CustomFieldFileContentDisposition! non-null enum common
The file content disposition.
File.contentType ● String! non-null scalar common
The file content type.
File.fileName ● String! non-null scalar common
The file name.
File.fileSize ● Int! non-null scalar common
The size of the file.
File.url ● String! non-null scalar common
The URL of the file.
Implemented by
ValueTypeUnion union