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