OBJECT
type BasketPayment implements PaymentInterface {id: ID! active: Boolean! title: String! description: String! updated: DateTime cost: Price! }