Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# angular-apollo-example

An example of GraphQL queries/mutations with Angular Apollo Boost.
Expand Down Expand Up @@ -175,7 +177,7 @@ mutation likeTweet($id: ID!) {
}
```

Make sure your terminal is in the src/app folder and re-run two npm scripts
Make sure your terminal is in the frontend folder and re-run two npm scripts

```bash
npm run graphql:introspect
Expand Down