On this pageProductOrdertype ProductOrder { id: ID! brandIds: [String!] categoryIds: [String!] products: [ProductOrderProduct!]!}CopyFieldsidID!requiredbrandIds[String!]categoryIds[String!]products[ProductOrderProduct!]!required