OBJECT
type Signature {# Public key that uniquely identifies the accountpublic_key: String! # Flag to indicate the transaction has been signedsigned: Boolean! # Timestamp when the transaction was signedsigned_date: Date }