1.0.2 • Published 3 years ago

@ztechapps/order v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Ztech order service

Here is the template for totalmilk applications

Find replace this theme color : #52589A

Find replace the name : order

#Change Logs ##v. 1.0.0

  • (feat) initial commit

Opening the graphql playground

You can run this URL http://localhost:5004/graphql/eyJhY2Nlc3NUb2tlbiI6InlZQzBsRGczdmFHZjdCcEJtV1Q5eTdadExBVW9IZ0UvVzBEMHR5a1lzTzA9In0=

You can build this by simply

var params = window.btoa(JSON.stringify({accessToken: "yYC0lDg3vaGf7BpBmWT9y7ZtLAUoHgE/W0D0tykYsO0="}))
var url = `http://localhost:5004/${params}`
console.log(url)