react-apollo icon indicating copy to clipboard operation
react-apollo copied to clipboard

How do I get the response header in the onComplate?

Open whatthehan opened this issue 4 years ago • 1 comments

useQuery API ,the pagination in the response header. How do I get the response header in the onComplate method?

whatthehan avatar Mar 27 '20 09:03 whatthehan

can you clarify what it is you are expecting? are you saying that your apollo server response has the pagination in the response header? this feels like an unexpected pattern. the pagination would likely be expected as part of your schema

marsh73 avatar Mar 29 '20 14:03 marsh73