Skip to content

Commit 319390b

Browse files
committed
Added @InterfaceType to README
1 parent 8039dcf commit 319390b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Apart from the decorators listed on the original documentation, we have added si
1717
- @Query: It can be used multiple times on the same file. This way we make it possible to break queries into different folders.
1818
- @Mutation: It can be used multiple times on the same file. This way we make it possible to break queries into different folders.
1919
- @UseContainer: Sets the IoC container to be used in order to instantiate the decorated clas.
20-
- @Uniontype: It can be used to create `GraphQLUnionType` objects.
20+
- @UnionType: It can be used to create `GraphQLUnionType` objects.
21+
- @InterfaceType: It can be used to create `GraphQLInterfaceType` objects.
2122

2223
#### GraphQL Decorator Examples
2324

0 commit comments

Comments
 (0)