...
Update the Query with the new method customerByLoyaltyId and update graphQl queries
Create a new method customerByLoyaltyId inside the Query resolvers section (with the same signature and name of query above)
To get the User from Loyalty serivce, can be used this provider
queries/customers
Create a new query inside the customers queries
...
hooks/use-universal-search
Create a use query for consume the customerByLoyaltyId
...
Add on the map section the new query
...
Potential Challenges
Info |
---|
List here potential challenges that have come across the opportunity definition or from the potential solutions so far. |
...