OBJECT
type SimpleProducts {CreatedById: ID! CreatedDate: Instant! Description: String Family: String IsActive: Boolean! LastModifiedById: ID! LastModifiedDate: Instant! Name: String! ProductCode: String UID: ID! }