OBJECT
type Payment implements PaymentInterface {# id: ID! # active: Boolean! # title: String! # description: String! # updated: DateTime }