Skip to content

Commit 0d6e9eb

Browse files
Merge pull request #1106 from zbigniewzolnierowicz/graphql-typo
fix(): Fixing a typo in GraphQL docs (interfaces)
2 parents 58c600a + 65aab1c commit 0d6e9eb

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)