fikretsengul/fab

Can't display single item by pk

Closed this issue · 1 comments

nkrmr commented

Hello,

I'm requesting my events app to get only one event by id. But I don't know why the request return the data but never passed to the loaded state and I have only the circular progress indicator display.

This is my screen file
Screenshot 2023-03-29 at 11 26 16

This is my bloc with the request
Screenshot 2023-03-29 at 11 26 33

This is the generated Graphql request
Screenshot 2023-03-29 at 11 27 11

They are the logs and never pass on the loaded state but into the dev tools network the data are good
Screenshot 2023-03-29 at 11 58 55

It seem there is an error with the parseData

Can you help and tell me what I have missed?

Best regards

nkrmr commented

Finally I found the error