Skip to content

Commit da1b154

Browse files
committed
Add operation to main.tsp for testing
1 parent 48fb7bd commit da1b154

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/graphql/test/main.tsp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ namespace MyLibrary {
2424
Mystery,
2525
Fantasy,
2626
}
27+
28+
op getBooks(): Book[];
29+
op createBook(book: Book): Book;
2730
}

0 commit comments

Comments
 (0)