mjzone / bookstore-v2

136 stars 178 forks source link

Order Queries #6

Open mindsetgareth opened 4 years ago

mindsetgareth commented 4 years ago

I am having an issue trying to query all the orders.

It works fine in the appsync console once i log in as a user.

When I am logged into the react website as the same user the query returns an empty object.

I think its something to with the query not passing the auth user? However I dont get an error stating that.

Could anyone point me in the right direction please and thanks.