You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sipp11
b2e42be0ef
|
6 years ago | |
---|---|---|
public | 6 years ago | |
src | 6 years ago | |
.eslintrc | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
package-lock.json | 6 years ago | |
package.json | 6 years ago | |
yarn.lock | 6 years ago |
README.md
Getting started
This requires working GraphQL server to test with.
-
Query:
- getAllBooks: [Book]
- getBookById: Book
-
Type
- Book
- _id: String!
- title: String!
- author: String!
- price: Int!
- Book
then
> git clone https://src.cogto.com/sipp11/apollo-state-local-cache-example.git
> cd apollo-state-local-cache-example
> npm i
> npm start