danivijay / react-commerce

Shopping cart made with ReactJS.
3 stars 2 forks source link

feat(addproduct): Added add product page #35

Closed ashinpchandran closed 5 years ago

ashinpchandran commented 5 years ago

displayed username in the admin panel. but the id in the query is hard coded, need to make it dynamic.

apanl

The below query is working fine in http://localhost:4000/graphql but it is not working in the app.

querygraphql

(https://stackoverflow.com/questions/51522902/apollo-query-with-variable)

made username dynamic

admin