test('Brand detail', async () => {
    const qry = `
      query brandDetail($_id: String!) {
        brandDetail(_id: $_id) {
          _id