From 10ac816d72ae56b13d0e1b7ae0c52fee7824bdfa Mon Sep 17 00:00:00 2001 From: Manuel Blum Date: Tue, 4 Feb 2025 13:26:01 +0100 Subject: [PATCH] remove unneccesary documentation --- .../1-api-entity-with-crud-generator/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/docs/4-guides/3-generate-grid-form-views/1-api-entity-with-crud-generator/index.md b/docs/docs/4-guides/3-generate-grid-form-views/1-api-entity-with-crud-generator/index.md index 814f344b03..b0e8404f8e 100644 --- a/docs/docs/4-guides/3-generate-grid-form-views/1-api-entity-with-crud-generator/index.md +++ b/docs/docs/4-guides/3-generate-grid-form-views/1-api-entity-with-crud-generator/index.md @@ -154,5 +154,3 @@ Schema should already be available when you start the GraphQL Playground locally ![CustomersQueryInPlaygroundWithError](./images/customersQueryInPlaygroundWithError.png) As soon as you start to execute the first Query, one will see that @mikro-orm will through an error, that the Customer Table does not exists in the Database. - -Dokumentation: