OBJECT
type WalletInfo {# Unique identifier for the walletwalletId: String! # Name of walletwalletName: String # Wallet's signing policypolicy: Policy # Wallet's provenance signaturepolicyProvenanceSignature: String # Summary of SubWallets in WalletsubWalletsSummary: [SubWalletSummary] # Is this wallet deleted deleted: Boolean # Cluster information for this walletcluster: Cluster! }