OBJECT
type PaymentAddress {id: Uuid! userId: Uuid! name: String addressTo: String address1: String address2: String postCode: String city: String region: String country: String status: String! createdAt: DateTime updatedAt: DateTime }