Advertisement
sanya5791

Untitled

Oct 17th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. {
  2. "errors": [
  3. {
  4. "message": "HotelsAPI.fetchHotels() : response -> no hotels found",
  5. "path": [
  6. "hotelListings"
  7. ],
  8. "extensions": {
  9. "code": "INTERNAL_SERVER_ERROR",
  10. "serviceName": "stayql",
  11. "stacktrace": [
  12. "GraphQLError: HotelsAPI.fetchHotels() : response -> no hotels found",
  13. " at downstreamServiceError (/apps/home/eng/pcln-graph/common/temp/node_modules/.pnpm/@apollo+gateway@2.5.4_graphql@16.8.0/node_modules/@apollo/gateway/dist/executeQueryPlan.js:511:16)",
  14. " at /apps/home/eng/pcln-graph/common/temp/node_modules/.pnpm/@apollo+gateway@2.5.4_graphql@16.8.0/node_modules/@apollo/gateway/dist/executeQueryPlan.js:331:59",
  15. " at Array.map (<anonymous>)",
  16. " at sendOperation (/apps/home/eng/pcln-graph/common/temp/node_modules/.pnpm/@apollo+gateway@2.5.4_graphql@16.8.0/node_modules/@apollo/gateway/dist/executeQueryPlan.js:331:44)",
  17. " at process.processTicksAndRejections (node:internal/process/task_queues:95:5)",
  18. " at async /apps/home/eng/pcln-graph/common/temp/node_modules/.pnpm/@apollo+gateway@2.5.4_graphql@16.8.0/node_modules/@apollo/gateway/dist/executeQueryPlan.js:251:49",
  19. " at async executeNode (/apps/home/eng/pcln-graph/common/temp/node_modules/.pnpm/@apollo+gateway@2.5.4_graphql@16.8.0/node_modules/@apollo/gateway/dist/executeQueryPlan.js:196:17)",
  20. " at async /apps/home/eng/pcln-graph/common/temp/node_modules/.pnpm/@apollo+gateway@2.5.4_graphql@16.8.0/node_modules/@apollo/gateway/dist/executeQueryPlan.js:96:35",
  21. " at async /apps/home/eng/pcln-graph/common/temp/node_modules/.pnpm/@apollo+gateway@2.5.4_graphql@16.8.0/node_modules/@apollo/gateway/dist/index.js:103:38",
  22. " at async execute (/apps/home/eng/pcln-graph/common/temp/node_modules/.pnpm/@apollo+server@4.9.3_graphql@16.8.0/node_modules/@apollo/server/dist/cjs/requestPipeline.js:225:28)"
  23. ]
  24. }
  25. }
  26. ],
  27. "data": {
  28. "hotelListings": null
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement