CompanyAttributeSearch
No description
type CompanyAttributeSearch {
id: String!
value: CompanyAttributeValueSearch!
createdAt: DateTime!
lastModifiedAt: DateTime!
createdBy: Int
lastModifiedBy: Int
attributeDescription: CompanyAttributeDescriptionSearch
}
Fields
CompanyAttributeSearch.id
● String!
non-null scalar
Attribute id
CompanyAttributeSearch.value
● CompanyAttributeValueSearch!
non-null object
Attribute value
CompanyAttributeSearch.createdAt
● DateTime!
non-null scalar
Creation date
CompanyAttributeSearch.lastModifiedAt
● DateTime!
non-null scalar
Last modified date
CompanyAttributeSearch.createdBy
● Int
scalar
Created by id
CompanyAttributeSearch.lastModifiedBy
● Int
scalar
Last modified by id
CompanyAttributeSearch.attributeDescription
● CompanyAttributeDescriptionSearch
object
Attribute Description
Member Of
CompanyContactSearch
object ● CompanySearch
object