OBJECT
type PaymentAccount {id: Uuid! userId: Uuid! accountId: Uuid accountIdentifier: String accountStatus: String opts: String status: String! handle: String paymentProvider: String providerHandle: String createdAt: DateTime updatedAt: DateTime }