Skip to content

Commit 808a67a

Browse files
committed
remove crap
1 parent 4a56559 commit 808a67a

File tree

8 files changed

+1
-91
lines changed

8 files changed

+1
-91
lines changed

examples/with-typeorm/TypeOrmAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { getRepository } from 'typeorm';
22
import { User } from './database';
33
import { GraphqlAuthenticationAdapter } from './node_modules/graphql-authentication';
44

5-
// There currently is no package for a sequelize adapter, so we create one ourselves!
5+
// There currently is no package for a TypeORM adapter, so we create one ourselves!
66

77
export class GraphqlAuthenticationTypeOrmAdapter
88
implements GraphqlAuthenticationAdapter {

temp/MyProject/.gitignore

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

temp/MyProject/README.md

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

temp/MyProject/ormconfig.json

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

temp/MyProject/package.json

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

temp/MyProject/src/entity/User.ts

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

temp/MyProject/src/index.ts

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

temp/MyProject/tsconfig.json

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

0 commit comments

Comments
 (0)