Skip to main content

Signature

No description

type Signature {
createdDate: DateTime!
id: UUID!
inspectionId: UUID
moralProfileId: UUID
organizationId: UUID!
paraph: File
paraphId: UUID
personalProfileId: UUID
profileType: String
representativeId: UUID
signature: File
signatureId: UUID
updatedDate: DateTime!
}

Fields

NomTypeDescription
createdDateDateTime! non-null scalarThe creation date-time of the entity
idUUID! non-null scalarUnique identifier of the entity
inspectionIdUUID scalar
moralProfileIdUUID scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
paraphFile object
paraphIdUUID scalar
personalProfileIdUUID scalar
profileTypeString scalar
representativeIdUUID scalar
signatureFile object
signatureIdUUID scalar
updatedDateDateTime! non-null scalarThe last update date-time of the entity Inspection