Skip to content

Commit 65aab1c

Browse files
committed
fix(): Fixing a typo in GraphQL docs (interfaces)
1 parent f113e30 commit 65aab1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/graphql/interfaces.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Like many type systems, GraphQL supports interfaces. An **Interface** is an abst
55
#### Code first
66

77
When using the code first approach, you define a GraphQL interface by creating an abstract class annotated with the `@InterfaceType()` decorator exported from the `@nestjs/graphql`.
8-
o
98

109
```typescript
1110
import { Field, ID, InterfaceType } from '@nestjs/graphql';

0 commit comments

Comments
 (0)