Skip to content

Commit 56e78bf

Browse files
committed
Add operation to main.tsp for testing
1 parent 1edba84 commit 56e78bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/graphql/test/main.tsp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ namespace MyLibrary {
2525
Fantasy,
2626
}
2727

28+
op getBooks(): Book[];
2829
op createBook(book: Book): Book;
2930
}

0 commit comments

Comments
 (0)