Skip to content

Commit 2c64818

Browse files
authored
remove unsupported examples (#7673)
* remove unsupported examples * Discard changes to orm/graphql-typegraphql-crud/README.md * Discard changes to orm/graphql-typegraphql/README.md * remove tests and add removal notes
1 parent f6f1b1f commit 2c64818

21 files changed

Lines changed: 12 additions & 698 deletions

File tree

β€Ž.github/tests/orm/graphql-typegraphql-crud/run.shβ€Ž

Lines changed: 0 additions & 14 deletions
This file was deleted.

β€Ž.github/tests/orm/graphql-typegraphql/run.shβ€Ž

Lines changed: 0 additions & 14 deletions
This file was deleted.

β€Žorm/graphql-typegraphql-crud/README.mdβ€Ž

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# GraphQL Server Example
22

3+
> [!CAUTION]
4+
> This example was removed on 2025-03-10. If you would like an updated example, please open an issue requesting such.
5+
6+
<details><summary>Previous content</summary>
7+
38
This example shows how to **implement a GraphQL server with TypeScript** based on [Prisma Client](https://www.prisma.io/docs/concepts/components/prisma-client), [apollo-server](https://www.apollographql.com/docs/apollo-server). It is based on a SQLite database - you can find the database file with some dummy data at [`./prisma/dev.db`](./prisma/dev.db).
49

510
## Getting started
@@ -545,4 +550,4 @@ datasource db {
545550
- Share your feedback on the [Prisma Discord](https://pris.ly/discord/)
546551
- Create issues and ask questions on [GitHub](https://github.com/prisma/prisma/)
547552

548-
553+
</details>

β€Žorm/graphql-typegraphql-crud/package.jsonβ€Ž

Lines changed: 0 additions & 30 deletions
This file was deleted.

β€Žorm/graphql-typegraphql-crud/prisma/schema.prismaβ€Ž

Lines changed: 0 additions & 32 deletions
This file was deleted.

β€Žorm/graphql-typegraphql-crud/prisma/seed.tsβ€Ž

Lines changed: 0 additions & 70 deletions
This file was deleted.

β€Žorm/graphql-typegraphql-crud/src/context.tsβ€Ž

Lines changed: 0 additions & 11 deletions
This file was deleted.

β€Žorm/graphql-typegraphql-crud/src/index.tsβ€Ž

Lines changed: 0 additions & 24 deletions
This file was deleted.

β€Žorm/graphql-typegraphql-crud/tsconfig.jsonβ€Ž

Lines changed: 0 additions & 22 deletions
This file was deleted.

β€Žorm/graphql-typegraphql/.gitignoreβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
Β (0)