3215 Fix 1n issue for products->designer and printProduct->interiors query (#140)

This commit is contained in:
Anders Gustafsson
2023-01-26 09:58:18 +01:00
committed by GitHub
parent 675f366025
commit 1720280840
6 changed files with 163 additions and 94 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
Apollo graphql api server for Photowall
This servers runs in two instances on AWS. `graphql.photowall.com` is used for photowall admin. `data.photowall.com` is used by the website (client).
This servers runs in two instances on AWS. `graphql.photowall.com` is used for photowall admin. `data.photowall.com` is used by the website (client).
When clients want to use the public `data.photowall.com` they use the `/login` REST endpoint to retreive a BearerToken with restricted cognito scopes. They can then access certain product and designer information with the token.
Third party systems like Unbox (Synergy) will use the `graphql.photowall.com` to read their data like they are doing now. This is to make sure the website wont be affected by larger downloads of data like unbox does. Unbox has their own cognito app client with limited scopes.
@@ -56,4 +56,4 @@ npm test
### Force update the staging
update 4
update 5