1.0.1 • Published 3 years ago

graphql-test1-pd v1.0.1

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

Deliver information:

Graphql fetch works. It is publish on NPM https://www.npmjs.com/package/graphql-test1-pd and can be installed by typing 1. npm init -y 2. npm install 3. npm install graphql-test1-pd

Workflow 2 Module Assignment 3

Level 1

Using the GraphQLZero API, make a request to get the posts of the user with an id of 5. Request only the title and body of each post.

Loop through the results and console log the title of each result.

Level 2

Turn your assignment into an NPM package and add the link to the README.